[Webkit-unassigned] [Bug 254726] File System Standard: WebKit does not implement `FileSystemFileHandle.createWritable()` and `FileSystemWritableFileStream`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 6 15:25:02 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254726

--- Comment #2 from Alex Titarenko <03_placid_daft at icloud.com> ---
I'm really interested in this functionality to be implemented in WebKit.

I'm working on a note-taking app for the web. Currently, all user's data is stored in IndexedDb, which has a lot of limitations. I want to use instead the origin private file system to store users' notes and attachments which later will be synced with Git. For my use case, It's not really practical to use WebWorker (the only supported solution for now in WebKit) just to save notes and attachments, also it creates some overhead with transferring data between the main thread and WebWorker.

This is already supported in Chromium-based browsers and it would be great to see this in WebKit

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230406/a8b928f8/attachment.htm>


More information about the webkit-unassigned mailing list