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 issue mentioned in the storage buckets spec is that we need a version of this algorithm which works for any bucket. You'll notice if you drill down into "obtain a local storage bottle map" that it currently assumes the "default" bucket. This just means passing an additional parameter.
We do not currently have a way to go from bottle to bucket for any storage endpoint.
whatwg/storage#2 is the meta-bug for making non-default buckets work, and it seems like addressing that is a prerequisite for adding another parameter to "obtain a local storage bottle map" to make it work for non-default buckets
See https://wicg.github.io/storage-buckets/#issue-25ffaa8c
The issue mentioned in the storage buckets spec is that we need a version of this algorithm which works for any bucket. You'll notice if you drill down into "obtain a local storage bottle map" that it currently assumes the "default" bucket. This just means passing an additional parameter.
We do not currently have a way to go from bottle to bucket for any storage endpoint.
Originally posted by @evanstade in #110 (comment)
The text was updated successfully, but these errors were encountered: