- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 08 May 2020 01:31:10 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 May 2020 08:31:22 UTC
@annevk commented on this pull request. > +<hr> + +<p>A <dfn>session storage bucket</dfn> is a <a>storage bucket</a> for session storage APIs. + +<hr> + +<p>To <dfn>create a storage bucket</dfn>, given a <a>storage type</a> <var>type</var>, run these +steps: + +<ol> + <li><p>Let <var>bucket</var> be null. + + <li><p>If <var>type</var> is "<code>more-durable</code>", then set <var>bucket</var> to a new + <a>more-durable storage bucket</a>. + + <li><p>Otherwise, if <var>type</var> is "<code>session</code>", set <var>bucket</var> to a new We don't use it after otherwise. -- 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_r422017621
Received on Friday, 8 May 2020 08:31:22 UTC