Open
Bug 1363870
Opened 8 years ago
Updated 1 year ago
Implement proper support for [Cached] things on interface objects
Categories
(Core :: DOM: Bindings (WebIDL), enhancement, P3)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 3 open bugs)
Details
This would be needed for [Cached] or [StoreInSlot] static attributes. Something like what we did in bug 946906 but for interface objects.
| Reporter | ||
Updated•8 years ago
|
Mentor: bzbarsky
Updated•8 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
| Reporter | ||
Updated•5 years ago
|
Mentor: bzbarsky
Component: DOM: Core & HTML → DOM: Bindings (WebIDL)
Updated•3 years ago
|
Severity: normal → S3
Comment 1•1 year ago
|
||
The lack this makes bug 1497430 complicated as we can't use the usual workaround of [Frozen, Cached, Pure] for FrozenArray. I guess this then would also block FrozenArray support itself?
You need to log in
before you can comment on or make changes to this bug.
Description
•