Skip to content

Commit

Permalink
Revert "Use version_removed"
Browse files Browse the repository at this point in the history
This reverts commit d3b6439.
  • Loading branch information
MattiasBuelens committed Jan 2, 2025
1 parent d3b6439 commit 7df65c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
9 changes: 3 additions & 6 deletions api/ReadableStreamBYOBReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
15 changes: 5 additions & 10 deletions api/ReadableStreamDefaultReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7df65c9

Please sign in to comment.