这是indexloc提供的服务,不要输入任何密码
Skip to content

Reconcile the processing algorithm with the worklet event loop #1511

@padenot

Description

@padenot

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

Assignees

Labels

Needs EditsDecision has been made, the issue can be fixed. https://speced.github.io/spec-maintenance/about/

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions