Navigator.sendBeacon polyfill
Polyfill for Navigator.sendBeacon()
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