Thomas Steiner
Thomas Steiner
(Reflecting [what I said on Twitter](https://twitter.com/tomayac/status/1574270168095670273?s=20&t=L4ie3k0orfrvjWFza2ezug): _“There’s nothing that would stop you from bridging the OPFS and the regular file system as a one-off. At a convenient time and when...
Right, this is definitely not supposed to meet any and all use cases. I was mostly just pointing out that it’s perfectly feasible to cross the boundaries between the two...
There exists an embeddable version of [Excalidraw](https://excalidraw.com/) (a project that uses the [browser-fs-access library](https://github.com/GoogleChromeLabs/browser-fs-access/)) and we need to rely on [ugly checks](https://github.com/GoogleChromeLabs/browser-fs-access/blob/9340b5810e4a311e3715a63121f765eecf6f829b/src/supported.mjs#L19-L29) to make this work, since feature detection doesn’t...
The good folks from [Photopea](https://photopea.com/) have again [asked](https://github.com/photopea/photopea/issues/2118#issuecomment-925975263) for an update on this.
> https://github.com/WICG/file-system-access/issues/281 also brought up the desire to expose for example a handle as read-only to a subframe even if the main page has write access. Not sure how we'd...
There's still active user demand from Photopea for this. What is the status of the security discussion regarding this feature request?
On the Chromium side, this is tracked as https://issues.chromium.org/issues/40245709.
@a-sully, Construct 3 (@AshleyScirra) and Photopea (@photopea) are experiencing data loss issues, presumably due to this very Issue. I've also opened a [Chromium bug](https://crbug.com/1451302), so we have both on file...
> Implementing "select new or existing file" functionality would mean setting new user expectations and (arguably) requiring browsers to build their own custom file picker, which is not trivial +1,...
> The use case I am working on is a podcast aggregator. As such, I want to provide the users with the option to download audio files and later play...