sendbeacon-polyfill
v1.0.0
Published
Polyfill for navigator.sendBeacon()
Downloads
3,472
Readme
sendbeacon-polyfill
Polyfill for Navigator.sendBeacon()
Install
Using NPM:
npm install sendbeacon-polyfill
Using JavaScript source:
<script src="https://unpkg.com/sendbeacon-polyfill"></script>
<!-- OR -->
<script src="https://cdn.jsdelivr.net/npm/sendbeacon-polyfill"></script>
Usage
Read the MDN Navigator.sendBeacon() documentation.
License
MIT