From 05b1b31d9eecc5f3a4b9d671feeb42a742f4de7d Mon Sep 17 00:00:00 2001 From: Holger Jeromin Date: Mon, 26 Aug 2024 16:33:32 +0200 Subject: [PATCH] Removed implementation support in readme No implementation info is better than outdated. See discussion in https://github.com/tc39/proposal-iterator-helpers/pull/297 --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 6a3cac8..6cbb3e6 100644 --- a/README.md +++ b/README.md @@ -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