webworkify
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,3 +6,2 @@ var bundleFn = arguments[3]; | ||
var stringify = JSON.stringify; | ||
var URL = window.URL || window.webkitURL || window.mozURL || window.msURL; | ||
@@ -51,2 +50,5 @@ module.exports = function (fn) { | ||
; | ||
var URL = window.URL || window.webkitURL || window.mozURL || window.msURL; | ||
return new Worker(URL.createObjectURL( | ||
@@ -53,0 +55,0 @@ new Blob([src], { type: 'text/javascript' }) |
{ | ||
"name": "webworkify", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "launch a web worker that can require() in the browser with browserify", | ||
@@ -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
5923