Skip to content

Commit

Permalink
Update Firefox Android data for Headers API (#20384)
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 #9880.
  • Loading branch information
queengooborg authored Jul 21, 2023
1 parent 011075c commit ea0c243
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 ea0c243

Please sign in to comment.