Skip to content

Commit

Permalink
Removed implementation support in readme
Browse files Browse the repository at this point in the history
No implementation info is better than outdated.
See discussion in 
tc39#297
  • Loading branch information
HolgerJeromin committed Aug 26, 2024
1 parent 1bf61eb commit 05b1b31
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,15 +348,6 @@ const MyIteratorPrototype = {

Object.setPrototypeOf(MyIteratorPrototype, Iterator.prototype);
```
## Implementations

Implementation tracking of Iterator Helpers

- Browsers:
* [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: https://bugs.webkit.org/show_bug.cgi?id=248650

## Q & A

Expand Down

0 comments on commit 05b1b31

Please sign in to comment.