Skip to content

Commit

Permalink
Remove implementation support in readme (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
HolgerJeromin committed Aug 26, 2024
1 parent 1bf61eb commit a1e5214
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 a1e5214

Please sign in to comment.