Open
Bug 1609445
Opened 6 years ago
Updated 3 years ago
Consider having an explicit distinction between "unshared" and "may be shared" for all typed array
Categories
(Core :: DOM: Bindings (WebIDL), enhancement, P3)
Core
DOM: Bindings (WebIDL)
Tracking
()
NEW
People
(Reporter: edgar, Unassigned)
References
Details
Filed from https://phabricator.services.mozilla.com/D59989#1829494.
I guess this makes API usage clearer for the consumer.
Comment 1•6 years ago
|
||
So the idea would be that for each dom typed array type we would have a MaybeShared version (MaybeSharedUint8Array, MaybeSharedArrayBuffer, etc) that would be used when [AllowShared] is used in the IDL.
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•