File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -215,10 +215,19 @@ convenient, both from a specification and performance point of view.
215
215
216
216
## Trying It Out
217
217
218
- A prototype of access handles is available in Chrome Canary (from at least
219
- version ` 94.0.4597.0 ` ). To enable it, launch Chrome with the
218
+ A prototype of the synchronous surface (i.e., * createSyncAccessHandles()* and
219
+ the * FileSystemSyncAccessHandle* object) is available in Chrome. If you're
220
+ using version 95 or higher, you can enable it by launching Chrome with the
221
+ ` --enable-blink-features=FileSystemAccessAccessHandle ` flag or enabling
222
+ "Experimental Web Platform features" in "chrome://flags". If you're using
223
+ version 94, launch Chrome with the
220
224
` --enable-features=FileSystemAccessAccessHandle ` flag.
221
225
226
+ Sync access handles are available in an Origin Trial, starting with Chrome 95.
227
+ Sign up
228
+ [ here] ( https://developer.chrome.com/origintrials/#/view_trial/3378825620434714625 )
229
+ to participate.
230
+
222
231
We have also developed an Emscripten file system based on access handles.
223
232
Instructions on how to use it can be found
224
233
[ here] ( https://github.com/rstz/emscripten-pthreadfs/blob/main/pthreadfs/README.md ) .
You can’t perform that action at this time.
0 commit comments