Skip to content

Commit 5fb0d31

Browse files
Add locking mode options to FileSystemFileHandle (#24038)
1 parent 6bc1f34 commit 5fb0d31

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

api/FileSystemFileHandle.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,39 @@
7373
"standard_track": true,
7474
"deprecated": false
7575
}
76+
},
77+
"mode": {
78+
"__compat": {
79+
"description": "<code>mode</code> option",
80+
"support": {
81+
"chrome": {
82+
"version_added": "121"
83+
},
84+
"chrome_android": "mirror",
85+
"edge": "mirror",
86+
"firefox": {
87+
"version_added": false
88+
},
89+
"firefox_android": "mirror",
90+
"ie": {
91+
"version_added": false
92+
},
93+
"oculus": "mirror",
94+
"opera": "mirror",
95+
"opera_android": "mirror",
96+
"safari": {
97+
"version_added": false
98+
},
99+
"safari_ios": "mirror",
100+
"samsunginternet_android": "mirror",
101+
"webview_android": "mirror"
102+
},
103+
"status": {
104+
"experimental": true,
105+
"standard_track": false,
106+
"deprecated": false
107+
}
108+
}
76109
}
77110
},
78111
"createWritable": {
@@ -110,6 +143,41 @@
110143
"standard_track": true,
111144
"deprecated": false
112145
}
146+
},
147+
"mode": {
148+
"__compat": {
149+
"description": "<code>mode</code> option",
150+
"support": {
151+
"chrome": {
152+
"version_added": "121"
153+
},
154+
"chrome_android": "mirror",
155+
"edge": "mirror",
156+
"firefox": {
157+
"version_added": false
158+
},
159+
"firefox_android": "mirror",
160+
"ie": {
161+
"version_added": false
162+
},
163+
"oculus": "mirror",
164+
"opera": "mirror",
165+
"opera_android": "mirror",
166+
"safari": {
167+
"version_added": false
168+
},
169+
"safari_ios": "mirror",
170+
"samsunginternet_android": "mirror",
171+
"webview_android": {
172+
"version_added": false
173+
}
174+
},
175+
"status": {
176+
"experimental": true,
177+
"standard_track": false,
178+
"deprecated": false
179+
}
180+
}
113181
}
114182
},
115183
"getFile": {

0 commit comments

Comments
 (0)