Requesting concurrent OPFS file access in all supported web browsers #2043
Labels
[Aspect] Browser
[Feature] OPFS
[Type] Tracking
Tactical breakdown of efforts across the codebase and/or tied to Overview issues.
Today, only Chromium-based browsers support concurrent access to files stored in OPFS. This makes it difficult to implement multiple PHP workers because each needs access to the same DB file.
I filed bugs for Firefox and a WebKit to support concurrent OPFS file access in the same way Chromium does, via the
readwrite-unsafe
mode argument tocreateSyncFileAccessHandle()
.Let's use this issue to track the progress of those requests.
The text was updated successfully, but these errors were encountered: