navigator.sendbeacon
Version:
Polyfill for navigator.sendBeacon()
30 lines (18 loc) • 633 B
Markdown
# Navigator.sendBeacon polyfill
Polyfill for [Navigator.sendBeacon()](http://www.w3.org/TR/beacon/#sec-sendBeacon-method)
[](https://nodei.co/npm/navigator.sendbeacon)
## Install
Using NPM:
```bash
npm install navigator.sendbeacon
```
Using JavaScript source:
```html
<script src="https://unpkg.com/navigator.sendbeacon"></script>
<!-- OR -->
<script src="https://cdn.jsdelivr.net/npm/navigator.sendbeacon"></script>
```
## Usage
Read the [MDN Navigator.sendBeacon()](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon) documentation.
## License
MIT