0.1.1 • Published 8 years ago
thread-emancipator v0.1.1
Thread emancipator 
Thread business detector
Install
$ npm install --save thread-emancipatorUsage
$ thread-emancipator path-to-script.jsor
const threadEmancipator = require('thread-emancipator');
const isThreadBusy = await threadEmancipator('path-to-script.js', 'application-url');
// default application-url is https://www.google.com, if your script is application specific then yous your own urlMotivation
@samccone's talk at Chrome Dev Summit one of the ideas was using WebWorkers

License
MIT