Method abortURL documentation

Aborts (client side) all the XHR using the given URL if it still exists.

Example

```javascript bbn.fn.post('my/script', {a: 1, b: 2}); bbn.fn.post('my/script', {c: 1, d: 2}); bbn.fn.abortURL('my/script'); ```

Aborts (client side) all the XHR using the given URL if it still exists. - This will throw an error if the loader can't be found. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.