- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 08 May 2020 01:26:47 -0700
- To: whatwg/storage <storage@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 8 May 2020 08:26:59 UTC
@annevk commented on this pull request. > <dd>Indexed DB, Cache API, service worker registrations, <code>localStorage</code>, <code>history.pushState()</code>, application caches, notifications, etc. </dl> -<p>This standard primarily concerns itself with <dfn export id=site-storage>storage</dfn>. +<p>This standard primarily concerns itself with storage. + + + +<h2 id=model>Model</h2> + + +<h3 id=storage-units>Storage units</h3> + +<p>A <dfn>storage type</dfn> is "<code>more-durable</code>" or "<code>session</code>". Well, it's not permanent. I considered "temporal" and "pressure-based", but maybe "local" after `localStorage` is good enough after all and from the table it's clear it applies to other endpoints too. I'm going with that. -- 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_r422015652
Received on Friday, 8 May 2020 08:26:59 UTC