Method abort documentation

Aborts (client side) the XHR corresponding to the given ID if it still exists.

Example

```javascript bbn.fn.post('my/script', {a: 1, b: 2}); let requestId = bbn.fn.getRequestId('my/script', {a: 1, b: 2}); if (requestId) { bbn.fn.abort(requestId); } ```

Aborts (client side) the XHR corresponding to the given ID 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.