Skip to content

grassator/old-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old Worker

NOTE This is work in progress and only basic message passing works as of this moment.

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.

About

Web Worker polyfill for old browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published