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
654 stars 65 forks source link

Editorial: Use more precise exceptions #417

Closed a-sully closed 1 year ago

a-sully commented 1 year ago

Before: throw a {{SecurityError}} After: [=throw=] a "{{SecurityError}}" {{DOMException}}

See https://github.com/whatwg/fs/issues/63 and https://github.com/whatwg/fs/pull/89. Fixed in the upstream spec in https://github.com/whatwg/fs/pull/70 and https://github.com/whatwg/fs/pull/91, respectively


Preview | Diff