worker

A tiny library to make using web workers easier.

MIT License

Stars
37
Committers
2

Bot releases are hidden (Show)

worker - Remove peer dependency Latest Release

Published by deebloo over 8 years ago

worker - fix terminate

Published by deebloo over 8 years ago

Fixes bug where terminate would not correctly remove it from the $worker instances internal list.

worker - 1.0 Release

Published by deebloo over 8 years ago

Update library to use promises. Removes quite a bit of coded to streamline the API.

worker -

Published by deebloo about 9 years ago

worker -

Published by deebloo about 9 years ago

worker - Sends some useful meta data with all post messages

Published by deebloo about 9 years ago

worker -

Published by deebloo over 9 years ago

worker -

Published by deebloo over 9 years ago

worker -

Published by deebloo over 9 years ago

worker - Rewrite

Published by deebloo over 9 years ago

After playing around I have landed on the creation and module pattern I like the best for this. instead of new $worker it is now $worker.create(). Add extend method to allow you to manipulate the prototype used to create the worker. $worker.extend() will automatically update all current and new instances of a worker.

worker -

Published by deebloo over 9 years ago

worker -

Published by deebloo over 9 years ago

worker - use constructor patteren

Published by deebloo over 9 years ago

worker - Bug fixes

Published by deebloo over 9 years ago

worker - Bug fixes

Published by deebloo over 9 years ago

worker - loadScripts

Published by deebloo over 9 years ago

allow dev to inject scripts into the web worker for use.

worker - fix bug with fallback method

Published by deebloo over 9 years ago

worker - Initial release

Published by deebloo over 9 years ago

initial wrapper for creating inline workers.