0.0.1 • Published 9 years ago

old-worker v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

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)

NPM version GitHub version Dependency Status

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.