Austin Sullivan
Austin Sullivan
- [ ] At least two implementers are interested (and none opposed): * Chrome * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:...
Migrated from https://github.com/WICG/file-system-access/pull/317 (see https://github.com/whatwg/fs/issues/2) Addresses https://github.com/WICG/file-system-access/issues/64 and https://github.com/WICG/file-system-access/issues/65 - [ ] At least two implementers are interested (and none opposed): * Chrome * … - [ ] [Tests](https://github.com/web-platform-tests/wpt) are...
I've requested time for a breakout session about this API at [TPAC](https://www.w3.org/2022/09/TPAC/) (date/time TBA - will update when available). I'd like to use this issue to gather agenda items/topics people...
_Migrated from https://github.com/WICG/file-system-access/issues/121 and https://github.com/WICG/file-system-access/issues/244_ (see https://github.com/whatwg/fs/issues/2) ### @foolip: https://fs.spec.whatwg.org/#api-filesystemfilehandle-getfile says in domintro: ``` If the file on disk changes or is removed after this method is called, the returned...
_Migrated from https://github.com/WICG/file-system-access/issues/173_ (see https://github.com/whatwg/fs/issues/2) It should be easy to read only files or subfolders from a parent folder, and have a recursive option to return the contents of subfolders....
_Migrated from https://github.com/WICG/file-system-access/issues/319_ (see https://github.com/whatwg/fs/issues/2) ### @ArthurSonzogni You may want to reference this from the BFCache meta bug: https://github.com/whatwg/html/issues/5880 +CC @rakina I was wondering what kind of interaction this feature...
_Migrated from https://github.com/WICG/file-system-access/issues/101_ (see https://github.com/whatwg/fs/issues/2) We should at least support the last-modified time and size, though we could consider other information such as the creation time. For a file, it's...
_Migrated from https://github.com/WICG/file-system-access/pull/283_ (see #2) Addresses https://github.com/WICG/file-system-access/issues/214 Adds the ability for a file or directory to delete itself. See the proposal: https://github.com/whatwg/fs/blob/main/proposals/Remove.md Currently, it is not possible to remove a...
Be more explicit in describing how FileSystemHandles map to a path on disk, and the implications of this choice. Consider the following cases: ### Clearing site data ``` // Create...
_Migrated from https://github.com/WICG/file-system-access/issues/326_ (see https://github.com/whatwg/fs/issues/2) ### @mkruisselbrink I've been thinking a bit about what options might make sense to be able to pass to the `createAccessHandle` and `createSyncAccessHandle` methods, primarily...