Skip to content

Commit

Permalink
Reword in terms of “storage item” being changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Nov 23, 2017
1 parent ecd5178 commit 269ac43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -98513,25 +98513,25 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<dt><var>event</var> . <code subdfn data-x="dom-StorageEvent-key">key</code></dt>

<dd>
<p>Returns the key being changed.</p>
<p>Returns the key of the storage item being changed.</p>
</dd>

<dt><var>event</var> . <code subdfn data-x="dom-StorageEvent-oldValue">oldValue</code></dt>

<dd>
<p>Returns the old value of the key being changed.</p>
<p>Returns the old value of the key of the storage item whose value is being changed.</p>
</dd>

<dt><var>event</var> . <code subdfn data-x="dom-StorageEvent-newValue">newValue</code></dt>

<dd>
<p>Returns the new value of the key being changed.</p>
<p>Returns the new value of the key of the storage item whose value is being changed.</p>
</dd>

<dt><var>event</var> . <code subdfn data-x="dom-StorageEvent-url">url</code></dt>

<dd>
<p>Returns the <span>URL</span> of the document whose key changed.</p>
<p>Returns the <span>URL</span> of the document whose storage item changed.</p>
</dd>

<dt><var>event</var> . <code subdfn data-x="dom-StorageEvent-storageArea">storageArea</code></dt>
Expand Down

0 comments on commit 269ac43

Please sign in to comment.