web-worker
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -10,3 +10,2 @@ 'use strict'; | ||
iFrame.style.display = 'none'; | ||
iFrame.sandbox = 'allow-scripts'; | ||
document.body.appendChild(iFrame); | ||
@@ -13,0 +12,0 @@ var movedImports = moveImports(script); |
{ | ||
"name": "web-worker", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "make web workers from strings with iframe fallback", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
13262
237