Skip to content

Commit

Permalink
Remove never-supported Streams APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed May 11, 2021
1 parent 8ba6027 commit 46abcb7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
18 changes: 12 additions & 6 deletions api/ReadableStreamBYOBReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"version_added": false
},
"firefox": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://bugzil.la/1604037'>bug 1604037</a>."
},
"firefox_android": {
"version_added": false
Expand Down Expand Up @@ -64,7 +65,8 @@
"version_added": false
},
"firefox": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://bugzil.la/1604037'>bug 1604037</a>."
},
"firefox_android": {
"version_added": false
Expand Down Expand Up @@ -113,7 +115,8 @@
"version_added": false
},
"firefox": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://bugzil.la/1604037'>bug 1604037</a>."
},
"firefox_android": {
"version_added": false
Expand Down Expand Up @@ -162,7 +165,8 @@
"version_added": false
},
"firefox": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://bugzil.la/1604037'>bug 1604037</a>."
},
"firefox_android": {
"version_added": false
Expand Down Expand Up @@ -211,7 +215,8 @@
"version_added": false
},
"firefox": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://bugzil.la/1604037'>bug 1604037</a>."
},
"firefox_android": {
"version_added": false
Expand Down Expand Up @@ -260,7 +265,8 @@
"version_added": false
},
"firefox": {
"version_added": false
"version_added": false,
"notes": "See <a href='https://bugzil.la/1604037'>bug 1604037</a>."
},
"firefox_android": {
"version_added": false
Expand Down
8 changes: 4 additions & 4 deletions api/ReadableStreamBYOBRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"spec_url": "https://streams.spec.whatwg.org/#rs-byob-request-class",
"support": {
"chrome": {
"version_added": false
"version_added": "89"
},
"chrome_android": {
"version_added": false
Expand Down Expand Up @@ -54,7 +54,7 @@
"spec_url": "https://streams.spec.whatwg.org/#ref-for-rs-byob-request-respond①",
"support": {
"chrome": {
"version_added": false
"version_added": "89"
},
"chrome_android": {
"version_added": false
Expand Down Expand Up @@ -103,7 +103,7 @@
"spec_url": "https://streams.spec.whatwg.org/#ref-for-rs-byob-request-respond-with-new-view①",
"support": {
"chrome": {
"version_added": false
"version_added": "89"
},
"chrome_android": {
"version_added": false
Expand Down Expand Up @@ -152,7 +152,7 @@
"spec_url": "https://streams.spec.whatwg.org/#ref-for-rs-byob-request-view①",
"support": {
"chrome": {
"version_added": false
"version_added": "89"
},
"chrome_android": {
"version_added": false
Expand Down

0 comments on commit 46abcb7

Please sign in to comment.