Skip to content

Commit

Permalink
Add locking mode options to FileSystemFileHandle (#24038)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills authored Sep 6, 2024
1 parent 6bc1f34 commit 5fb0d31
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions api/FileSystemFileHandle.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,39 @@
"standard_track": true,
"deprecated": false
}
},
"mode": {
"__compat": {
"description": "<code>mode</code> option",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
}
},
"createWritable": {
Expand Down Expand Up @@ -110,6 +143,41 @@
"standard_track": true,
"deprecated": false
}
},
"mode": {
"__compat": {
"description": "<code>mode</code> option",
"support": {
"chrome": {
"version_added": "121"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": false
}
}
}
},
"getFile": {
Expand Down

0 comments on commit 5fb0d31

Please sign in to comment.