WICG / file-system-access

Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications.
https://wicg.github.io/file-system-access/
Other
669 stars 66 forks source link

AccessHandle Proposal: file.createAccessHandle not defined in canary #345

Closed hcldan closed 3 years ago

hcldan commented 3 years ago

I only see createSyncAccessHandle. The proposal states that file.createAccessHandle is available in all contexts.

hcldan commented 3 years ago

Version 97.0.4690.8 (Official Build) canary (64-bit)

fivedots commented 3 years ago

Hello,

We currently only have an implementation of the sync version of access handles (as mentioned here). An async surface implementation is high on our list, but it will likely not be available until the sync surface has shipped.

hcldan commented 3 years ago

Ahh! Thank you @fivedots I missed that in the phrasing.