swiftwasm / WebAPIKit

Access the DOM and other Web APIs from Swift! (Very much a WIP)
MIT License
61 stars 8 forks source link

[WIP] Add FileSystem module for fs/file-system-access APIs #47

Closed j-f1 closed 1 year ago

j-f1 commented 1 year ago
STREGA commented 1 year ago

move() and rename() are not in idl yet because they are still being defined: https://github.com/whatwg/fs/pull/10

And there's very little browser support: https://caniuse.com/mdn-api_filesystemhandle_move

Ready to merge this