Skip to content

Commit

Permalink
Point to IndexedDB for DOMStringList
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Dec 15, 2016
1 parent 623f655 commit 79e69b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9618,7 +9618,6 @@ Interfaces:
<li><dfn><code>DOMImplementationSource</code></dfn>
<li><dfn><code>DOMLocator</code></dfn>
<li><dfn><code>DOMObject</code></dfn>
<li><dfn><code>DOMStringList</code></dfn>
<li><dfn><code>DOMUserData</code></dfn>
<li><dfn><code>Entity</code></dfn>
<li><dfn><code>EntityReference</code></dfn>
Expand All @@ -9628,6 +9627,10 @@ Interfaces:
<li><dfn><code>UserDataHandler</code></dfn>
</ul>

<p id=domstringlist>The {{DOMStringList}} interface was previously defined in
<cite>DOM Level 3 Core</cite>, but is now defined in <cite>Indexed Database API</cite>.
[[INDEXEDDB]]

Interface members:
<dl>
<dt>{{Node}}
Expand Down

0 comments on commit 79e69b4

Please sign in to comment.