Skip to content

Commit

Permalink
Use version_removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Dec 28, 2024
1 parent 8ea9b2d commit d3b6439
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
9 changes: 6 additions & 3 deletions api/ReadableStreamBYOBReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,9 @@
},
{
"version_added": "89",
"version_removed": "105",
"partial_implementation": true,
"notes": "Before version 105, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)."
"notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)."
}
],
"chrome_android": "mirror",
Expand All @@ -283,8 +284,9 @@
},
{
"version_added": "1.16",
"version_removed": "1.18",
"partial_implementation": true,
"notes": "Before version 1.18, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)."
"notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)."
}
],
"edge": "mirror",
Expand All @@ -301,8 +303,9 @@
},
{
"version_added": "16.5.0",
"version_removed": "18.9.0",
"partial_implementation": true,
"notes": "Before version 18.9.0, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)."
"notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)."
}
],
"oculus": "mirror",
Expand Down
15 changes: 10 additions & 5 deletions api/ReadableStreamDefaultReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,9 @@
},
{
"version_added": "43",
"version_removed": "105",
"partial_implementation": true,
"notes": "Before version 105, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)."
"notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)."
}
],
"chrome_android": "mirror",
Expand All @@ -242,8 +243,9 @@
},
{
"version_added": "1.0",
"version_removed": "1.18",
"partial_implementation": true,
"notes": "Before version 1.18, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)."
"notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)."
}
],
"edge": "mirror",
Expand All @@ -253,8 +255,9 @@
},
{
"version_added": "65",
"version_removed": "102",
"partial_implementation": true,
"notes": "Before version 102, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)."
"notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)."
}
],
"firefox_android": "mirror",
Expand All @@ -267,8 +270,9 @@
},
{
"version_added": "16.5.0",
"version_removed": "18.9.0",
"partial_implementation": true,
"notes": "Before version 18.9.0, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)."
"notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)."
}
],
"oculus": "mirror",
Expand All @@ -280,8 +284,9 @@
},
{
"version_added": "10",
"version_removed": "17",
"partial_implementation": true,
"notes": "Before version 17, `releaseLock()` would throw if there are pending read requests (rather than pending read requests being rejected)."
"notes": "The `releaseLock()` method would throw if there are pending read requests (rather than pending read requests being rejected)."
}
],
"safari_ios": "mirror",
Expand Down

0 comments on commit d3b6439

Please sign in to comment.