Changes between Initial Version and Version 1 of Ticket #12964, comment 5
- Timestamp:
- Nov 27, 2012, 4:25:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12964, comment 5
initial v1 5 5 6 6 Does this work for you? At least in Webkit, the outstanding request is aborted by the browser before window's unload handler is called. 7 8 EDIT: This seems to happen before the request abort: 9 10 {{{ 11 $(window).bind('beforeunload', function() { 12 $.unloading = true; 13 ... 14 }); 15 }}}