[whatwg/storage] 'obtain a storage key' not currently suitable for non-storage APIs (Issue #131)

The existing [obtain a storage key](https://storage.spec.whatwg.org/#obtain-a-storage-key) algorithm indicates that:
```
If the user has disabled storage, then return failure.
```
It'd be helpful to use the storage key to partition non-storage APIs like BroadcastChannel, though, and we'd need to obtain a storage key even if storage is disabled in those cases.  What's the best way to accommodate this?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/issues/131
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/storage/issues/131@github.com>

Received on Wednesday, 2 February 2022 16:25:38 UTC