Skip to content

Commit 8473ae6

Browse files
committed
Update trying it out instructions
1 parent dd4fc6e commit 8473ae6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

AccessHandle.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,18 @@ 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 access handles is available in Chrome. If you're using version
219+
95 or higher, you can enable it by launching Chrome with the
220+
`--enable-blink-features=FileSystemAccessAccessHandle` flag or enabling
221+
"Experimental Web Platform features" in "chrome://flags". If you're using
222+
version 94, launch chrome with the
220223
`--enable-features=FileSystemAccessAccessHandle` flag.
221224

225+
Sync access handles are available in an Origin Trial, starting with Chrome 95.
226+
Sign up
227+
[here](https://developer.chrome.com/origintrials/#/view_trial/3378825620434714625)
228+
to participate.
229+
222230
We have also developed an Emscripten file system based on access handles.
223231
Instructions on how to use it can be found
224232
[here](https://github.com/rstz/emscripten-pthreadfs/blob/main/pthreadfs/README.md).

0 commit comments

Comments
 (0)