0.0.0 • Published 11 years ago
duxca.wmiframeworker.js v0.0.0
WMIframeWorker.js 
webworker and iframeworker overwrap.
Document
How to use
Browser
<script src="lib/WMIframeWorker.js"></script>
<script>
console.log( WMIframeWorker() );
</script>
WebWorkers
importScripts("lib/WMIframeWorker.js");
console.log( WMIframeWorker() );
Node.js
var WMIframeWorker = require("lib/WMIframeWorker.js");
console.log( WMIframeWorker() );
0.0.0
11 years ago