Skip to content

Commit dc96381

Browse files
committed
Add instructions for AccessHandle prototype
1 parent c33a96f commit dc96381

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. To enable
219+
it, launch Chrome with the `--enable-features=FileSystemAccessAccessHandle`
220+
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)