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 cleanest way to do this would be to give each locator an optional Storage Bucket (see WICG/storage-buckets), though that API is not yet standardized
The text was updated successfully, but these errors were encountered:
Can we check that the first item in path is the empty string as per #96 (comment)? I realize that is a tad magical so we could define some kind of predicate for it that has a note alongside explaining the situation.
Gives a FileSystemHandle an "is in an origin private file system" predicate which checks for the empty string in its path
Better defining the OPFS itself (in terms of the Storage spec) is left to a follow-up
Fixes#103
Context: #96 (comment)
Related to #92
The cleanest way to do this would be to give each locator an optional Storage Bucket (see WICG/storage-buckets), though that API is not yet standardized
The text was updated successfully, but these errors were encountered: