Skip to content

Commit

Permalink
Add engine support in README.md (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerJeromin authored Aug 26, 2024
1 parent 8e2ce25 commit 1bf61eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,10 @@ Object.setPrototypeOf(MyIteratorPrototype, Iterator.prototype);
Implementation tracking of Iterator Helpers

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

## Q & A

Expand Down

0 comments on commit 1bf61eb

Please sign in to comment.