Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit d43aad4

Browse files
committed
Update JSC implementation status
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 99c96cf commit d43aad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* WeakRef and FinalizationRegistry are now Stage 4, since the July 2020 TC39 meeting
66
* V8 -- shipping [Chrome 84](https://v8.dev/features/weak-references)
77
* 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)
99
* engine262 -- [Initial patch](https://github.com/engine262/engine262/commit/0516660577b050b17e619af4c3f053c7506c670d), now all landed
1010
* XS -- [Shipping in Moddable XS 9.0.1](https://github.com/Moddable-OpenSource/moddable-xst/releases/tag/v9.0.1)
1111

@@ -378,4 +378,5 @@ The WeakRefs proposal guarantees that multiple calls to `WeakRef.prototype.deref
378378
* WeakRefs are now Stage 4
379379
* Chrome 84
380380
* Firefox 79
381+
* Safari 14.1
381382
* [Available in Moddable XS](https://github.com/Moddable-OpenSource/moddable-xst/releases/tag/v9.0.1)

0 commit comments

Comments
 (0)