- From: Timothy Gu <notifications@github.com>
- Date: Mon, 07 Nov 2016 01:54:15 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 7 November 2016 09:54:48 UTC
TimothyGu commented on this pull request. > @@ -4039,17 +4039,7 @@ fetch("/music/pk/altes-kamuffel.flac") <h3 id=headers-class>Headers class</h3> -<pre data-no-idl class=idl>typedef (Headers or sequence<sequence<ByteString>> or OpenEndedDictionary<ByteString>) <dfn id=headersinit typedef export>HeadersInit</dfn>;</pre> - -<div class=XXX> - <p>OpenEndedDictionary<T> is a future IDL construct. Expect it to be used as such: - - <pre> -var meta = { "Content-Type": "text/xml", "Breaking-Bad": "<3" } -new Headers(meta)</pre> Kept and added to it example of creating an object with the sequence syntax. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/412
Received on Monday, 7 November 2016 09:54:48 UTC