Skip to content

Commit dd4fc6e

Browse files
authored
Merge pull request #321 from WICG/access-handle-proposal
Add instructions for AccessHandle prototype
2 parents c33a96f + 0cefcf1 commit dd4fc6e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

AccessHandle.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,16 @@ operation after a non-awaited write operation, by serializing file operations
213213
(as is currently done in Storage Foundation API). We should decide if this is
214214
convenient, both from a specification and performance point of view.
215215

216+
## Trying It Out
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
220+
`--enable-features=FileSystemAccessAccessHandle` flag.
221+
222+
We have also developed an Emscripten file system based on access handles.
223+
Instructions on how to use it can be found
224+
[here](https://github.com/rstz/emscripten-pthreadfs/blob/main/pthreadfs/README.md).
225+
216226
## Appendix
217227

218228
### AccessHandle IDL

0 commit comments

Comments
 (0)