Skip to content

Commit

Permalink
Update Firefox Android data for Headers API
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Firefox Android for the `Headers` API. This sets Firefox Android to mirror from upstream, as it seems very, very unlikely that FxA support came later.  Fixes mdn#9880.
  • Loading branch information
queengooborg committed Jul 21, 2023
1 parent 02212cb commit fa5504f
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions api/Headers.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"firefox": {
"version_added": "39"
},
"firefox_android": {
"version_added": "44"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
Expand Down Expand Up @@ -82,9 +80,7 @@
"firefox": {
"version_added": "39"
},
"firefox_android": {
"version_added": "44"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
Expand Down Expand Up @@ -126,9 +122,7 @@
"firefox": {
"version_added": "39"
},
"firefox_android": {
"version_added": "44"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
Expand Down Expand Up @@ -170,9 +164,7 @@
"firefox": {
"version_added": "39"
},
"firefox_android": {
"version_added": "44"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
Expand Down Expand Up @@ -297,10 +289,7 @@
"version_added": "39",
"notes": "Before version 52, <code>get()</code> returns only the first value for the specified header."
},
"firefox_android": {
"version_added": "44",
"notes": "Before version 52, <code>get()</code> returns only the first value for the specified header."
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
Expand Down Expand Up @@ -382,9 +371,7 @@
"firefox": {
"version_added": "39"
},
"firefox_android": {
"version_added": "44"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
Expand Down Expand Up @@ -503,9 +490,7 @@
"firefox": {
"version_added": "39"
},
"firefox_android": {
"version_added": "44"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
Expand Down

0 comments on commit fa5504f

Please sign in to comment.