- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 04 May 2020 16:26:12 +0000 (UTC)
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 4 May 2020 16:26:44 UTC
@annevk commented on this pull request. > +<a>top-level browsing context</a>, except that it survives the <a>top-level browsing context</a> +being replaced due to a cross-origin opener policy. + + +<h3 id=storage-endpoints>Storage endpoints</h3> + +<p>A <dfn export>storage endpoint</dfn> is a storage or session storage API that uses the +infrastructure defined by this standard to keep track of its storage needs. + +<p>A <a>storage endpoint</a> has an <dfn for="storage endpoint">identifier</dfn>, which is a +<a>storage identifier</a>. + +<p>A <a>storage endpoint</a> also has <dfn for="storage endpoint">types</dfn>, which is a +<a for=/>set</a> of <a>storage types</a>. + +<p>A <dfn>storage identifier</dfn> is an <a for=/>ASCII string</a>. Yeah, the idea is to match whatever we need for quota API. That's ASCII per design principles. Not sure I want to lay out casing rules and such though. -- 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_r419562537
Received on Monday, 4 May 2020 16:26:44 UTC