From 7df65c9dee098aad3b5c45dd1c64d34778405db2 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Thu, 2 Jan 2025 19:32:17 +0100 Subject: [PATCH] Revert "Use version_removed" This reverts commit d3b64391ac64989671fc85d4a0ecad444d266552. --- api/ReadableStreamBYOBReader.json | 9 +++------ api/ReadableStreamDefaultReader.json | 15 +++++---------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/api/ReadableStreamBYOBReader.json b/api/ReadableStreamBYOBReader.json index 6fa34931ead78f..a80b2d0f9aa4cf 100644 --- a/api/ReadableStreamBYOBReader.json +++ b/api/ReadableStreamBYOBReader.json @@ -272,9 +272,8 @@ }, { "version_added": "89", - "version_removed": "105", "partial_implementation": true, - "notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)." + "notes": "Before version 105, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)." } ], "chrome_android": "mirror", @@ -284,9 +283,8 @@ }, { "version_added": "1.16", - "version_removed": "1.18", "partial_implementation": true, - "notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)." + "notes": "Before version 1.18, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)." } ], "edge": "mirror", @@ -303,9 +301,8 @@ }, { "version_added": "16.5.0", - "version_removed": "18.9.0", "partial_implementation": true, - "notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)." + "notes": "Before version 18.9.0, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)." } ], "oculus": "mirror", diff --git a/api/ReadableStreamDefaultReader.json b/api/ReadableStreamDefaultReader.json index 55a0391c53750e..7a4fffdf274e1e 100644 --- a/api/ReadableStreamDefaultReader.json +++ b/api/ReadableStreamDefaultReader.json @@ -231,9 +231,8 @@ }, { "version_added": "43", - "version_removed": "105", "partial_implementation": true, - "notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)." + "notes": "Before version 105, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)." } ], "chrome_android": "mirror", @@ -243,9 +242,8 @@ }, { "version_added": "1.0", - "version_removed": "1.18", "partial_implementation": true, - "notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)." + "notes": "Before version 1.18, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)." } ], "edge": "mirror", @@ -255,9 +253,8 @@ }, { "version_added": "65", - "version_removed": "102", "partial_implementation": true, - "notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)." + "notes": "Before version 102, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)." } ], "firefox_android": "mirror", @@ -270,9 +267,8 @@ }, { "version_added": "16.5.0", - "version_removed": "18.9.0", "partial_implementation": true, - "notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)." + "notes": "Before version 18.9.0, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)." } ], "oculus": "mirror", @@ -284,9 +280,8 @@ }, { "version_added": "10", - "version_removed": "17", "partial_implementation": true, - "notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)." + "notes": "Before version 17, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)." } ], "safari_ios": "mirror",