Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

WMIframeWorker.js Build Status

npm

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() );

About

webworker and iframeworker overwrap.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors