Re: [whatwg/storage] Add the ability for bottles to have a quota (#97)

@inexorabletash approved this pull request.

lgtm!

> @@ -312,7 +323,10 @@ steps:
 <a>storage endpoint</a>. A <a>storage bottle</a> has a <dfn for="storage bottle">map</dfn>, which is
 initially an empty <a for=/>map</a>. A <a>storage bottle</a> also has a
 <dfn for="storage bottle">proxy map reference set</dfn>, which is initially an empty
-<a for=/>set</a>.
+<a for=/>set</a>. A <a>storage bottle</a> also has a <dfn for="storage bottle">quota</dfn>, which is
+null or a number representing a conservative estimate of the total amount of bytes it can hold. Null
+indicates the lack of a limit. <span class=note>It is still bound by the <a>storage quota</a> of its

Inline notes? Sorcery!

-- 
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/97#pullrequestreview-425504368

Received on Friday, 5 June 2020 17:52:08 UTC