-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
Needs EditsDecision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/
Milestone
Description
For now, the AudioWorklet text uses things that need an event loop to work (postMessage, onmessage, new Promises, that kind of thing), but it's not defined how it all works.
It must be defined, otherwise it can't be implemented properly.
For example, does onmessage execute before or after the call to process? On which thread? When does resolved promises execute?
This was discussed but forgotten about in #1193 (comment).
Metadata
Metadata
Labels
Needs EditsDecision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/Decision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/