old-worker
v0.0.1
Published
Web Worker polyfill for old browsers.
Downloads
5
Readme
Old Worker
NOTE This is work in progress and probably doesn't do anything useful yet.
Goal of Old Worker
is to provide highly-accurate polyfill for Web Workers in following browsers:
- Android 2.3 - Android 4.3
- IE9
- IE8 (possibly)
Contributing
Setting Up Development Environment
To start do a fork of this repo, clone it locally and type in your terminal:
npm install
gulp tdd
This will continuously run tests for nice dev experience. To run tests just once or in CI environment you can use:
gulp test
To build for production run:
gulp build
License
© 2015 Dmitriy Kubyshkin. Licensed under the MIT style license.