Austin Sullivan
Austin Sullivan
Currently, a [lock](https://fs.spec.whatwg.org/#file-entry-lock) may only be taken on a file entry. This should be extended to support locking directories, too. This is one of the [proposed changes](https://github.com/whatwg/fs/blob/main/proposals/MultipleReadersWriters.md#preventing-modification-of-parents) to support #34,...
See https://github.com/whatwg/fs/pull/110#discussion_r1211557259 (the title of this issue assumes that #129 lands)
As part of the changes for #96, the `FileSystemFileHandle.createWritable()` algorithm now specifies a `NotFoundError` promise rejection if the file corresponding to the `FileSystemFileHandle` does not exist. See https://fs.spec.whatwg.org/#dom-filesystemfilehandle-createwritable Unfortunately, this...
This idea has been discussed previously by both myself (https://github.com/whatwg/fs/issues/39#issuecomment-1377694349) and @szewai (https://github.com/whatwg/fs/issues/59#issuecomment-1404676261) #96 clarified that a `FileSystemHandle` maps to a file path - and therefore if the underlying file...
See https://wicg.github.io/storage-buckets/#issue-25ffaa8c The issue mentioned in the storage buckets spec is that we need a version of [this algorithm](https://whatpr.org/fs/110.html#dom-storagemanager-getdirectory) which works for any bucket. You'll notice if you drill down...
This is being addressed in https://github.com/whatwg/storage/pull/163/ *** Preview | Diff
Access checks are currently tied to a "file system entry". As of #96, a "file system entry" now corresponds to an actual file or directory on disk. We need to...
This issue was initially posted in https://github.com/WICG/file-system-access/issues/236, then migrated over to this spec as #19, which lumped the `autoClose` flag's proposal with some other proposals about file locking. Those file...
See #90. The corresponding language is already in the FS spec https://fs.spec.whatwg.org/#sandboxed-filesystem *** Preview | Diff
The ["shader-f16" extension](https://gpuweb.github.io/gpuweb/wgsl/#extension-f16) is available on Mac (check https://webgpureport.org) and is coming to Windows soon (for now it can be enabled with `--enable-dawn-features=use_dxc`). It would be nice to incorporate it...