-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest
Description
From a usability perspective, a blocking API is very attractive. However, the impact on interactivity would be unacceptable on the main thread.
An interesting possibility is to provide a blocking API only in workers.
Maybe something like
[Exposed=Worker] static Uint8Array blockingCompress(DOMString format, BufferSource input);
See also #8 for an equivalent non-blocking method and #37 for motivation.
Aloento and mgolAloentoAloento
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interest