Tests: Don't test synchronous XHR on unload in Chrome
commit323575fb9bb330a852718d89e323f7ec79549100
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 28 Oct 2019 19:27:49 +0000 (28 20:27 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 28 Oct 2019 19:43:16 +0000 (28 20:43 +0100)
tree3e8417183ce9aa01755ef0d76a4e68c54660eadd
parentbcbcdd2b2c1bb7075f4f73dc89ca7d65db2a09ed
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

(cherry picked from commit c5b48c8caa58e7b73164ac033bf726a072903708)
test/unit/ajax.js