Skip to content

Commit

Permalink
Safari 6 added and Safari 8 removed FileSystemSync and `webkitReque…
Browse files Browse the repository at this point in the history
…stFileSystem` (#25736)

* Safari 6-8 supported FileSystemSync and webkitRequestFileSystem

* fixup! Safari 6-8 supported FileSystemSync and webkitRequestFileSystem
  • Loading branch information
caugner authored Jan 23, 2025
1 parent d027b34 commit 48bb878
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 6 additions & 3 deletions api/FileSystemSync.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "6"
"version_added": "6",
"version_removed": "8"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -54,7 +55,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "6"
"version_added": "6",
"version_removed": "8"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -89,7 +91,8 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "6"
"version_added": "6",
"version_removed": "8"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
4 changes: 3 additions & 1 deletion api/Window.json
Original file line number Diff line number Diff line change
Expand Up @@ -4693,7 +4693,9 @@
"version_added": false
},
"safari": {
"version_added": false
"prefix": "webkit",
"version_added": "6",
"version_removed": "8"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down

0 comments on commit 48bb878

Please sign in to comment.