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

Commit a1e5214

Browse files
Remove implementation support in readme (#298)
1 parent 1bf61eb commit a1e5214

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,6 @@ const MyIteratorPrototype = {
348348

349349
Object.setPrototypeOf(MyIteratorPrototype, Iterator.prototype);
350350
```
351-
## Implementations
352-
353-
Implementation tracking of Iterator Helpers
354-
355-
- Browsers:
356-
* [x] V8 (114 dev trial, 117 stable, unshipped, reshipped in 122): https://chromestatus.com/feature/5102502917177344
357-
* [ ] [SpiderMonkey](https://bugzilla.mozilla.org/show_bug.cgi?id=1568906) (feature-flagged on Nightly
358-
only)
359-
* [ ] JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=248650
360351

361352
## Q & A
362353

0 commit comments

Comments
 (0)