- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 08 Feb 2022 10:56:45 -0800
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 8 February 2022 18:56:57 UTC
@annevk commented on this pull request. > @@ -203,6 +203,16 @@ anticipated that some APIs will be applicable to both <a>storage types</a> going <p class=XXX>This is expected to change; see <a href="https://privacycg.github.io/storage-partitioning/">Client-Side Storage Partitioning</a>. +<p>To <dfn export>obtain a storage key for non-storage purposes</dfn>, given an <a>environment +settings object</a> <var>environment</var>, run these steps: + +<ol> + <li><p>Let <var>key</var> be <var>environment</var>'s + <a for="environment settings object">origin</a>. I think we could just check if either key[0] or key[1] is an opaque origin, assuming we make it a tuple and those are the first two fields. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/storage/pull/132#discussion_r801961445 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/storage/pull/132/review/876515385@github.com>
Received on Tuesday, 8 February 2022 18:56:57 UTC