navigator.sendbeacon
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "navigator.sendbeacon", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Polyfill for navigator.sendBeacon()", | ||
@@ -5,0 +5,0 @@ "main": "sendbeacon.js", |
@@ -43,2 +43,2 @@ ;(function(root) { | ||
} | ||
})(window || this); | ||
})(typeof window === 'object' ? window : this); |
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
5799