- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 05 Aug 2020 09:28:12 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 August 2020 16:28:24 UTC
Well, `Content-Type` in a way, as `text/html;charset="utf-8"` ought to work. And if the parser did preserve things, it would also work for `X-Content-Type-Options` as it would simply not result in a match. (When you do want it to result in a match you can use https://fetch.spec.whatwg.org/#collect-an-http-quoted-string with the extract-value flag as parse a MIME type does. -- 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/issues/1068#issuecomment-669295334
Received on Wednesday, 5 August 2020 16:28:24 UTC