You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OPFS AHP VFS only works in a dedicated web worker as it requires the sync access handle API which is not available on the main thread, in shared workers, or in service workers.
We should improve the error message on this.
samwillis
changed the title
Issue with creating database using the OPFS AHP file system
Improve the error message when trying to use OPFS outside of a worker
Aug 15, 2024
Description
I'm running into an issue when trying to create a new database using the OPFS AHP file system. This snippet
is producing this error
I have a minimal-repro repo here that has the issue: https://github.com/TheAndrewJackson/opfs-ahp_bug_repro
The text was updated successfully, but these errors were encountered: