File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137910,10 +137910,13 @@ interface <dfn interface>Storage</dfn> {
137910137910 equal to the number of key/value pairs.</p></dd>
137911137911
137912137912 <dt><code data-x=""><var>value</var> = <var>storage</var>.<span subdfn data-x="dom-Storage-getItem">getItem</span> (<var>key</var>)</code></dt>
137913- <dt><code data-x=""><var>value</var> = <var>storage</var>[<var>key</var>]</code></dt>
137914137913 <dd><p>Returns the current value associated with the given <var>key</var>, or null if the given
137915137914 <var>key</var> does not exist.</p></dd>
137916137915
137916+ <dt><code data-x=""><var>value</var> = <var>storage</var>[<var>key</var>]</code></dt>
137917+ <dd><p>Returns the current value associated with the given <var>key</var>, or undefined if the
137918+ given <var>key</var> does not exist.</p></dd>
137919+
137917137920 <dt><code data-x=""><var>storage</var>.<span subdfn data-x="dom-Storage-setItem">setItem</span> (<var>key</var>, <var>value</var>)</code></dt>
137918137921 <dt><code data-x=""><var>storage</var>[<var>key</var>] = <var>value</var></code></dt>
137919137922 <dd>
You can’t perform that action at this time.
0 commit comments