Skip to content

Commit a2e2ab5

Browse files
authored
Merge pull request #331 from WICG/access-handle-proposal
Update Access Handle "Trying It Out" instructions
2 parents 303d9d6 + 7e0712e commit a2e2ab5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

AccessHandle.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,19 @@ convenient, both from a specification and performance point of view.
215215

216216
## Trying It Out
217217

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
220224
`--enable-features=FileSystemAccessAccessHandle` flag.
221225

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+
222231
We have also developed an Emscripten file system based on access handles.
223232
Instructions on how to use it can be found
224233
[here](https://github.com/rstz/emscripten-pthreadfs/blob/main/pthreadfs/README.md).

0 commit comments

Comments
 (0)