navigator.sendbeacon
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "navigator.sendbeacon", | ||
"main": "Navigator.sendBeacon.js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/miguelmota/Navigator.sendBeacon", | ||
@@ -6,0 +6,0 @@ "authors": [ |
{ | ||
"name": "navigator.sendbeacon", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Polyfill for navigator.sendBeacon()", | ||
@@ -5,0 +5,0 @@ "main": "Navigator.sendBeacon.js", |
@@ -5,3 +5,3 @@ # sendbeacon-polyfill | ||
[![NPM](https://nodei.co/npm/sendbeacon-polyfill.png)](https://nodei.co/npm/sendbeacon-polyfill) | ||
[![NPM](https://nodei.co/npm/navigator.sendbeacon.png)](https://nodei.co/npm/navigator.sendbeacon) | ||
@@ -11,7 +11,7 @@ # Install | ||
```bash | ||
npm install navigator.sendBeacon | ||
npm install navigator.sendbeacon | ||
``` | ||
```bash | ||
bower install navigator.sendBeacon | ||
bower install navigator.sendbeacon | ||
``` | ||
@@ -21,3 +21,3 @@ | ||
Read the [MDN Navigator.sendBeacon() docs](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon). | ||
Read the [MDN Navigator.sendBeacon()](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon) documentation. | ||
@@ -24,0 +24,0 @@ # License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5334