Skip to content

Commit

Permalink
Safari 18 supports bytes() method (#23770)
Browse files Browse the repository at this point in the history
* Safari 18 supports bytes() method

* Fix experimental
  • Loading branch information
Elchi3 authored Jul 11, 2024
1 parent eccdf5e commit f7b4969
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/Blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,14 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
4 changes: 2 additions & 2 deletions api/PushMessageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
2 changes: 1 addition & 1 deletion api/Request.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion api/Response.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
"version_added": "18"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit f7b4969

Please sign in to comment.