Skip to content

Commit

Permalink
Mention OpenEndedDictionary discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Feb 15, 2016
1 parent 6c76a66 commit 6a2b8b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Overview.html
Expand Up @@ -3343,6 +3343,8 @@ <h3 id="headers-class"><span class="secno">6.1 </span>Headers class</h3>

<pre>var meta = { "Content-Type": "text/xml", "Breaking-Bad": "&lt;3" }
new Headers(meta)</pre>

<p>See <a href="https://github.com/whatwg/fetch/issues/164">issue #164</a> for discussion.</p>
</div>

<pre class="idl">[<a href="#dom-headers" title="dom-Headers">Constructor</a>(optional <a href="#headersinit">HeadersInit</a> <var>init</var>),
Expand Down
2 changes: 2 additions & 0 deletions Overview.src.html
Expand Up @@ -3281,6 +3281,8 @@ <h3>Headers class</h3>

<pre>var meta = { "Content-Type": "text/xml", "Breaking-Bad": "&lt;3" }
new Headers(meta)</pre>

<p>See <a href=https://github.com/whatwg/fetch/issues/164>issue #164</a> for discussion.</p>
</div>

<pre class=idl>[<span title=dom-Headers>Constructor</span>(optional <span>HeadersInit</span> <var>init</var>),
Expand Down

0 comments on commit 6a2b8b4

Please sign in to comment.