JSPM

navigator-sendbeacon-devin-fork

0.0.23
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q10258F
  • License MIT

Polyfill for Navigator.sendBeacon()

Package Exports

  • navigator-sendbeacon-devin-fork

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (navigator-sendbeacon-devin-fork) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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