[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
Sat Jun 29 03:31:56 PDT 2024


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

--- Comment #6 from casistaken at gmail.com ---
Jimmy Warting aka Endless managed to polyfill this functionality in his `native-file-system-adapter`, safari implements writes via `fileHandle.createSyncAccessHandle()` but only inside workers, so he exposed that functionality in the main thread with some magic, simply `import 'native-file-system-adapter/src/FileSystemFileHandle.js'` and you should be good to go.

More info: https://github.com/jimmywarting/native-file-system-adapter

-- 
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/20240629/d7c0ad42/attachment.htm>


More information about the webkit-unassigned mailing list