dojo / shim

:rocket: Dojo 2 - provides modular fills of ES6+ functionality.
http://dojo.io
Other
14 stars 21 forks source link

Fixing queue in a web worker #108

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Type: bug

The following has been addressed in the PR:

Description:

The queueTask method is broken right now if you are running from a web worker. This is because it's using postMessage (since it's available) but postMessage doesn't work like expected (it posts to the parent window in a web worker) and the tasks never get executed.

Resolves #107

rorticus commented 7 years ago

ci failure is from the docs...