UNPKG

navigator.sendbeacon

Version:
30 lines (18 loc) 633 B
# Navigator.sendBeacon polyfill Polyfill for [Navigator.sendBeacon()](http://www.w3.org/TR/beacon/#sec-sendBeacon-method) [![NPM](https://nodei.co/npm/navigator.sendbeacon.png)](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