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

Remove options parameter from constructor #367

Closed fivedots closed 2 years ago

fivedots commented 2 years ago

In order to prevent compatibility issues with WebKit, the options parameter should be removed from create[Sync]AccessHandle().

For more context see https://github.com/whatwg/fs/issues/19.