Skip to content

Commit

Permalink
Add dev-edition “send a storage notification” dfn
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Nov 23, 2017
1 parent 0de841a commit 7932bad
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -98359,7 +98359,8 @@ interface <dfn>WindowSessionStorage</dfn> {
data-x="dom-Storage-clear">clear()</code> methods are called on a <code>Storage</code> object <var>x</var> that is associated with a session storage area, if the methods did not throw an
exception or "do nothing" as defined above, then for every <code>Document</code> object whose
<code>Window</code> object's <code data-x="dom-sessionStorage">sessionStorage</code> attribute's
<code>Storage</code> object is associated with the same storage area, other than <var>x</var>, <span>send a storage notification</span>.</p>
<code>Storage</code> object is associated with the same storage area, other than <var>x</var>,
<span w-nohtml>user agents</span> <span>send a storage notification</span>.</p>


<h4>The <code data-x="dom-localStorage">localStorage</code> attribute</h4>
Expand Down Expand Up @@ -98424,14 +98425,15 @@ interface <dfn>WindowLocalStorage</dfn> {

</ol>

</div>

<p id="localStorageEvent">When the <code data-x="dom-Storage-setItem">setItem()</code>, <code
data-x="dom-Storage-removeItem">removeItem()</code>, and <code
data-x="dom-Storage-clear">clear()</code> methods are called on a <code>Storage</code> object <var>x</var> that is associated with a local storage area, if the methods did not throw an
exception or "do nothing" as defined above, then for every <code>Document</code> object whose
<code>Window</code> object's <code data-x="dom-localStorage">localStorage</code> attribute's
<code>Storage</code> object is associated with the same storage area, other than <var>x</var>, <span>send a storage notification</span>.

</div>
<code>Storage</code> object is associated with the same storage area, other than <var>x</var>,
<span w-nohtml>user agents</span> <span>send a storage notification</span>.

<p class="warning">The <code data-x="dom-localStorage">localStorage</code> attribute provides
access to shared state. This specification does not define the interaction with other browsing
Expand All @@ -98444,10 +98446,11 @@ interface <dfn>WindowLocalStorage</dfn> {

<h4>The <code data-x="event-storage">storage</code> event</h4>

<p>The <code data-x="event-storage">storage</code> event is fired on a <code>Document</code>'s
<code>Window</code> object when a storage area changes<span w-nodev>, as described in the previous
two sections (<a href="#sessionStorageEvent">for session storage</a>, <a
href="#localStorageEvent">for local storage</a>)</span>.</p>
<p><span subdfn data-x="send a storage notification">The <code
data-x="event-storage">storage</code> event is fired on a <code>Document</code>'s
<code>Window</code> object when a storage area changes</span>, as described in the previous two
sections (<a href="#sessionStorageEvent">for session storage</a>, <a href="#localStorageEvent">for
local storage</a>).</p>

<div w-nodev>

Expand Down

0 comments on commit 7932bad

Please sign in to comment.