Skip to content

Commit

Permalink
Update all browsers data for methods HTTP feature (#23438)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for all browsers for the `methods` HTTP feature. These methods all come from the HTTP/1.1 spec, so it's highly unlikely that support was introduced later than the first version of browsers.
  • Loading branch information
queengooborg committed Jun 19, 2024
1 parent 066cfd5 commit 4e715d1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions http/methods.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#CONNECT",
"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 @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand All @@ -43,14 +43,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#DELETE",
"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 @@ -60,7 +60,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -160,14 +160,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#OPTIONS",
"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 @@ -177,7 +177,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -232,14 +232,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#PUT",
"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 @@ -249,7 +249,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 4e715d1

Please sign in to comment.