Skip to content

Added ability to abort all active requests and also bypass global event handlers

Compare
Choose a tag to compare
@D1g1talEntr0py D1g1talEntr0py released this 23 May 17:27
· 9 commits to main since this release

Title says it all mostly.

Transportr.abortAll() - Aborts all active requests. Handy for onbeforeunload event of the window
Transportr.Event.ALL_COMPLETE can be used to register an event handler. Handy for when you want to process something after all of the requests are complete.

Full Changelog: v1.1.0...v1.2.0