pseudo-function
Turn the function object to URL object. This library is useful to create web workers from inline functions.
Supported Browsers
- Internet Explorer 11+
- Firefox 12+
- Google Chrome 26+
- Safari 6+
- iOS 6.0+
- Android 4.4+
Installation
npm:
$ npm install pseudo-function
bower:
$ bower install pseudo-function
Example
// var pfn = window.PseudoFunction; // bowervar pfn = ; // browserify var fn = ; var worker = fn; worker { console;}; ;
License
MIT