Open
Bug 1561074
Opened 5 years ago
Updated 1 year ago
[meta] Implement the WeakRefs proposal
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: alex.fdm, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, meta)
The proposal recently moved to Stage 3.
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Keywords: dev-doc-needed
Updated•5 years ago
|
Assignee: nobody → jcoppeard
Updated•5 years ago
|
Summary: Implement the WeakReferences proposal → [meta] Implement the WeakReferences proposal
Updated•5 years ago
|
Summary: [meta] Implement the WeakReferences proposal → [meta] Implement the WeakRefs proposal
Comment 2•5 years ago
|
||
Some changes that could make sense to implement in SpiderMonkey:
- FinalizationGroup is renamed to FinalizationRegistry. https://github.com/tc39/proposal-weakrefs/pull/183
- We're considering removing the cleanup iterator and simply calling the finalization callback repeatedly with each holding. https://github.com/tc39/proposal-weakrefs/pull/187
Comment 3•4 years ago
|
||
This was mostly documented by MDN contributor tjcrowder.
Release notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/79#JavaScript
Reference docs:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry
Compat data:
https://github.com/mdn/browser-compat-data/pull/6287
Keywords: dev-doc-needed → dev-doc-complete
Updated•4 years ago
|
Updated•3 years ago
|
Assignee: jcoppeard → nobody
Updated•2 years ago
|
Severity: normal → S3
Depends on: 1853011
You need to log in
before you can comment on or make changes to this bug.
Description
•