@mapbox/mapbox-gl-supported
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -78,3 +78,3 @@ 'use strict'; | ||
function isWorkerSupported() { | ||
if (!('Worker' in window && 'Blob' in window)) { | ||
if (!('Worker' in window && 'Blob' in window && 'URL' in window)) { | ||
return false; | ||
@@ -81,0 +81,0 @@ } |
{ | ||
"name": "@mapbox/mapbox-gl-supported", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A library to determine if a browser supports Mapbox GL JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14754
8