Skip to content

Commit

Permalink
Add Edge versions for ReadableStreamDefaultReader API (mdn#10317)
Browse files Browse the repository at this point in the history
This PR adds real values for Microsoft Edge for the `ReadableStreamDefaultReader` API, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v3.0.1).  Results are manually confirmed for accuracy.

Tests Used: https://mdn-bcd-collector.appspot.com/tests/api/ReadableStreamDefaultReader
  • Loading branch information
queengooborg committed May 19, 2021
1 parent 3b3ae88 commit 7b4ed02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/ReadableStreamDefaultReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"version_added": "52"
},
"edge": {
"version_added": "79"
"version_added": "79"
},
"firefox": {
"version_added": "65"
Expand Down Expand Up @@ -61,7 +61,7 @@
"version_added": null
},
"edge": {
"version_added": null
"version_added": "79"
},
"firefox": {
"version_added": "65"
Expand Down Expand Up @@ -110,7 +110,7 @@
"version_added": null
},
"edge": {
"version_added": null
"version_added": "79"
},
"firefox": {
"version_added": "65"
Expand Down Expand Up @@ -159,7 +159,7 @@
"version_added": null
},
"edge": {
"version_added": null
"version_added": "79"
},
"firefox": {
"version_added": "65"
Expand Down Expand Up @@ -208,7 +208,7 @@
"version_added": null
},
"edge": {
"version_added": null
"version_added": "79"
},
"firefox": {
"version_added": "65"
Expand Down Expand Up @@ -257,7 +257,7 @@
"version_added": null
},
"edge": {
"version_added": null
"version_added": "79"
},
"firefox": {
"version_added": "65"
Expand Down

0 comments on commit 7b4ed02

Please sign in to comment.