Skip to content

Commit 7e0712e

Browse files
committed
Clarify that only sync access handles have a prototype
1 parent 8473ae6 commit 7e0712e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

AccessHandle.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,12 @@ 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. If you're using version
219-
95 or higher, you can enable it by launching 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
220221
`--enable-blink-features=FileSystemAccessAccessHandle` flag or enabling
221222
"Experimental Web Platform features" in "chrome://flags". If you're using
222-
version 94, launch chrome with the
223+
version 94, launch Chrome with the
223224
`--enable-features=FileSystemAccessAccessHandle` flag.
224225

225226
Sync access handles are available in an Origin Trial, starting with Chrome 95.

0 commit comments

Comments
 (0)