]> source.dussan.org Git - jquery.git/commit
Tests: Don't test synchronous XHR on unload in Chrome
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 28 Oct 2019 19:27:49 +0000 (20:27 +0100)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2019 19:27:49 +0000 (20:27 +0100)
commitc5b48c8caa58e7b73164ac033bf726a072903708
tree790220d000c1872a8ff426c895ca87980a497df1
parent471b004326bec0ee9ed8dd9ca1d3d58510d280f3
Tests: Don't test synchronous XHR on unload in Chrome

Chrome 78 dropped support for synchronous XHR requests inside of
beforeunload, unload, pagehide, and visibilitychange event handlers.
See https://bugs.chromium.org/p/chromium/issues/detail?id=952452

Closes gh-4536
test/unit/ajax.js