You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.