- From: Andrew Williams <notifications@github.com>
- Date: Wed, 02 Feb 2022 08:25:26 -0800
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 2 February 2022 16:25:38 UTC
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