All Projects â†’ miguelmota â†’ Navigator.sendbeacon

miguelmota / Navigator.sendbeacon

Licence: mit
Polyfill for Navigator.sendBeacon()

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Navigator.sendbeacon

React Suspense Polyfill
Polyfill for the React Suspense API 😮
Stars: ✭ 99 (-34.44%)
Mutual labels:  polyfill
Fixed Sticky
DEPRECATED: A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.
Stars: ✭ 1,490 (+886.75%)
Mutual labels:  polyfill
Kv Storage Polyfill
A polyfill for the kv-storage built-in module.
Stars: ✭ 130 (-13.91%)
Mutual labels:  polyfill
Polyfill Php55
This component provides functions unavailable in releases prior to PHP 5.5.
Stars: ✭ 105 (-30.46%)
Mutual labels:  polyfill
Browser Shims
Browser and JS shims used by Airbnb.
Stars: ✭ 112 (-25.83%)
Mutual labels:  polyfill
Touch Action
Disable 300ms delay on mobile using CSS touch-action or asynchronously download FastClick as polyfill
Stars: ✭ 119 (-21.19%)
Mutual labels:  polyfill
Webcrypto Liner
webcrypto-liner is a polyfill that let's down-level User Agents (like IE/Edge) use libraries that depend on WebCrypto. (Keywords: Javascript, WebCrypto, Shim, Polyfill)
Stars: ✭ 98 (-35.1%)
Mutual labels:  polyfill
React Af
Allows you to code using certain React.next features today! Perfect for component library maintainers.
Stars: ✭ 143 (-5.3%)
Mutual labels:  polyfill
Theraot
Backporting .NET and more: LINQ expressions in .net 2.0 - nuget Theraot.Core available.
Stars: ✭ 112 (-25.83%)
Mutual labels:  polyfill
Document.scrollingelement
A polyfill for document.scrollingElement as defined in the CSSOM specification.
Stars: ✭ 122 (-19.21%)
Mutual labels:  polyfill
Nullable
A source code only package which allows you to use .NET's nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
Stars: ✭ 106 (-29.8%)
Mutual labels:  polyfill
Polyfill Php56
This component provides functions unavailable in releases prior to PHP 5.6.
Stars: ✭ 1,470 (+873.51%)
Mutual labels:  polyfill
Beamer
A router that lets you navigate through guarded page stacks and URLs using the Navigator 2.0 API effortlessly.
Stars: ✭ 114 (-24.5%)
Mutual labels:  navigator
Polyfill Util
This component provides binary-safe string functions, using the mbstring extension when available.
Stars: ✭ 1,364 (+803.31%)
Mutual labels:  polyfill
Navigator
Android Multi-module navigator, trying to find a way to navigate into a modularized android project
Stars: ✭ 131 (-13.25%)
Mutual labels:  navigator
Es6 Promise Polyfill
ES6 Promise polyfill
Stars: ✭ 99 (-34.44%)
Mutual labels:  polyfill
Eqcss
EQCSS is a CSS Reprocessor that introduces Element Queries, Scoped CSS, a Parent selector, and responsive JavaScript to all browsers IE8 and up
Stars: ✭ 1,513 (+901.99%)
Mutual labels:  polyfill
Imagecapture Polyfill
MediaStream ImageCapture polyfill. Take photos from the browser as easy as .takePhoto().then(processPhoto)
Stars: ✭ 150 (-0.66%)
Mutual labels:  polyfill
History.js
History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it wi…
Stars: ✭ 10,761 (+7026.49%)
Mutual labels:  polyfill
Ts Polyfill
Runtime polyfills for TypeScript libs, powered by core-js! 🔋 🔩
Stars: ✭ 122 (-19.21%)
Mutual labels:  polyfill

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].