JSPM

sendbeacon-polyfill

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 855
  • Score
    100M100P100Q106221F
  • License MIT

Polyfill for navigator.sendBeacon()

Package Exports

  • sendbeacon-polyfill

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 (sendbeacon-polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

sendbeacon-polyfill

Polyfill for Navigator.sendBeacon()

NPM

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