Skip to content

Commit

Permalink
[g] (2) Define which exception to throw when out of disk space (will …
Browse files Browse the repository at this point in the history
…likely change again when we have more exceptions defined).

git-svn-id: http://svn.whatwg.org/webapps@1142 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 11, 2007
1 parent 890eea5 commit 80b66ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index
Expand Up @@ -29902,8 +29902,7 @@ interface <dfn id=storage0>Storage</dfn> {

<p>If the storage area space limit is reached during a <code
title=dom-Storage-setItem><a href="#setitem">setItem()</a></code> call,
the user agent should raise an exception.</p>
<!-- XXX which one? -->
the user agent must raise an <code>INVALID_ACCESS_ERR</code> exception.

<p>A mostly arbitrary limit of five megabytes per domain is recommended.
Implementation feedback is welcome and will be used to update this
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -27437,7 +27437,7 @@ interface <dfn>Storage</dfn> {

<p>If the storage area space limit is reached during a <code
title="dom-Storage-setItem">setItem()</code> call, the user agent
should raise an exception.</p> <!-- XXX which one? -->
must raise an <code>INVALID_ACCESS_ERR</code> exception.</p>

<p>A mostly arbitrary limit of five megabytes per domain is
recommended. Implementation feedback is welcome and will be used to
Expand Down

0 comments on commit 80b66ee

Please sign in to comment.