Skip to content

Commit

Permalink
Update all browsers data for http.methods.POST (#23436)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for all browsers for the `POST` member of the `methods` HTTP feature. This method comes from the HTTP/1.0 spec, so it's highly unlikely that support was added in any browser version after the first release of browsers.
  • Loading branch information
queengooborg authored Jun 19, 2024
1 parent fe5cd1b commit 3e66c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#POST",
"support": {
"chrome": {
"version_added": true
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -213,7 +213,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 3e66c95

Please sign in to comment.