- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 13 May 2020 05:24:00 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 13 May 2020 12:24:13 UTC
@annevk commented on this pull request. > +"<code>local</code>", <var>environment</var>, and <var>identifier</var>. + +<p>To <dfn export>obtain a session storage bottle map</dfn>, given an +<a for=/>environment settings object</a> <var>environment</var> and <a>storage identifier</a> +<var>identifier</var>, return the result of running <a>obtain a storage bottle map</a> with +"<code>session</code>", <var>environment</var>, and <var>identifier</var>. + + +<h3 id=storage-proxy-maps>Storage proxy maps</h3> + +<p>A <dfn>storage proxy map</dfn> is equivalent to a <a for=/>map</a>, except that all operations +are instead performed on its <dfn for="storage proxy map">backing map</dfn>. + +<p class="XXX">This allows for the <a for="storage proxy map">backing map</a> to be replaced. This +is needed for <a href="https://github.com/whatwg/storage/issues/4">issue #4</a> and potentially the +<a href="https://privacycg.github.io/storage-access/">Storage Access API</a>. Yeah you need to know who have a proxy map in order to let their proxies point elsewhere when storage is replaced. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/storage/pull/86#discussion_r424394302
Received on Wednesday, 13 May 2020 12:24:13 UTC