Closed fregante closed 1 year ago
esc
There doesn't seem to be a way to stop a request that's already in progress, is there?
Ideally it would be something like $.pjax.stop or $(document).trigger('pjax:cancel') but maybe someone knows of an existing hack to abort it.
$.pjax.stop
$(document).trigger('pjax:cancel')
Requested in: https://github.com/sindresorhus/refined-github/issues/2118
Current
Desired
esc
, loading stopsThere doesn't seem to be a way to stop a request that's already in progress, is there?
Ideally it would be something like
$.pjax.stop
or$(document).trigger('pjax:cancel')
but maybe someone knows of an existing hack to abort it.Requested in: https://github.com/sindresorhus/refined-github/issues/2118