/Navigator.sendBeacon

Polyfill for Navigator.sendBeacon()

Primary LanguageJavaScriptMIT LicenseMIT

Navigator.sendBeacon polyfill

Polyfill for Navigator.sendBeacon()

NPM

Install

Using NPM:

npm install navigator.sendbeacon

Using JavaScript source:

<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() documentation.

License

MIT