- From: Mike West <notifications@github.com>
- Date: Wed, 17 Aug 2016 01:16:09 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/370/r75079968@github.com>
> @@ -4113,8 +4114,9 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul > </ol> > </ol> > > -<p>The <dfn title=dom-Headers><code>Headers(<var>init</var>)</code></dfn> constructor, > -when invoked, must run these steps: > +<p>The > +<dfn title=dom-Headers data-export data-dfn-for=Headers data-dfn-type=constructor data-lt="Headers(init)"><code>Headers(<var>init</var>)</code></dfn> > Is that `lt` really needed? I don't know, honestly. It's not clear to me whether the backend needs a clean `lt`, or whether it parses out data from the tag, even if the value includes HTML. *shrug* @tabatkins would know, I'm sure. > Also, constructors and methods generally shouldn't be referenced elsewhere. Maybe in examples and such... As above, I'd err on the side of exporting everything, but _I_ don't personally need any of this, so... -- 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/370/files/21149a548ab3566b957bc485d11daa76e361013a..142fcdc88f566fab73bf111882bc9051a772921a#r75079968
Received on Wednesday, 17 August 2016 08:16:37 UTC