This repository was archived by the owner on Jan 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 5
5
* WeakRef and FinalizationRegistry are now Stage 4, since the July 2020 TC39 meeting
6
6
* V8 -- shipping [ Chrome 84] ( https://v8.dev/features/weak-references )
7
7
* Spidermonkey -- shipping [ Firefox 79] ( https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/79 ) (current Beta)
8
- * JavaScriptCore -- [ in progress ] ( https://bugs. webkit.org/show_bug.cgi?id=198710 )
8
+ * JavaScriptCore -- shipping [ Safari 14.1 ] ( https://webkit.org/blog/11648/new-webkit-features-in-safari-14-1 )
9
9
* engine262 -- [ Initial patch] ( https://github.com/engine262/engine262/commit/0516660577b050b17e619af4c3f053c7506c670d ) , now all landed
10
10
* XS -- [ Shipping in Moddable XS 9.0.1] ( https://github.com/Moddable-OpenSource/moddable-xst/releases/tag/v9.0.1 )
11
11
@@ -378,4 +378,5 @@ The WeakRefs proposal guarantees that multiple calls to `WeakRef.prototype.deref
378
378
* WeakRefs are now Stage 4
379
379
* Chrome 84
380
380
* Firefox 79
381
+ * Safari 14.1
381
382
* [ Available in Moddable XS] ( https://github.com/Moddable-OpenSource/moddable-xst/releases/tag/v9.0.1 )
You can’t perform that action at this time.
0 commit comments