Changes between Version 1 and Version 2 of Ticket #12824, comment 6
- Timestamp:
- Nov 23, 2012, 7:13:15 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12824, comment 6
v1 v2 1 ''I assume you're talking about requests issued from an `onunload` handler. Because, if you're talking about any request in your page (that is requests that are '''not''' issued in an `onunload` handler), I find your statement about requests never being aborted in Chrome and FF very hard to believe. Hence why I assume the former. Some code sample / test case would have helped clarif iedthis much better than an attempted "fix" inside jQuery.''1 ''I assume you're talking about requests issued from an `onunload` handler. Because, if you're talking about any request in your page (that is requests that are '''not''' issued in an `onunload` handler), I find your statement about requests never being aborted in Chrome and FF very hard to believe. Hence why I assume the former. Some code sample / test case would have helped clarify this much better than an attempted "fix" inside jQuery.'' 2 2 3 3 Anyway, glad to know you know about synchronous requests working. Where is it mentionned in the bug report? :P