Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 1bf61eb

Browse files
Add engine support in README.md (#297)
1 parent 8e2ce25 commit 1bf61eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,10 @@ Object.setPrototypeOf(MyIteratorPrototype, Iterator.prototype);
353353
Implementation tracking of Iterator Helpers
354354

355355
- Browsers:
356-
* [ ] V8
356+
* [x] V8 (114 dev trial, 117 stable, unshipped, reshipped in 122): https://chromestatus.com/feature/5102502917177344
357357
* [ ] [SpiderMonkey](https://bugzilla.mozilla.org/show_bug.cgi?id=1568906) (feature-flagged on Nightly
358358
only)
359-
* [ ] JavaScriptCore
359+
* [ ] JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=248650
360360

361361
## Q & A
362362

0 commit comments

Comments
 (0)