Re: [blink-dev] Intent to Ship: FileSystemFileHandle.move() for local files

2023-01-24 Thread Austin Sullivan
Hi Rick, Thanks for the great questions. I think some misunderstanding could have been avoided here had I copied one important line from the explainer into this Intent: > When

Re: [blink-dev] Intent to Ship: FileSystemFileHandle.move() for local files

2023-01-24 Thread Rick Byers
Hi Austin, I've been skimming through the history here but am left a little confused about how exactly this fits into the larger file system picture. When you shipped 'remove' I gather that was for both OPFS and

[blink-dev] Intent to Ship: FileSystemFileHandle.move() for local files

2023-01-20 Thread Austin Sullivan
Contact emails asu...@chromium.org Specification https://github.com/whatwg/fs/pull/10 Design docs https://github.com/a-sully/fs/pull/2 Summary Support efficient moves and renames of local files (i.e. user-visible files on the device) with the File System Access API. Efficient file moves is