Re: [w3c/manifest] Obtain manifests only using the JSON MIME type (#858)

@dominickng commented on this pull request.



> +          <li>If [=header list/extract a MIME type=] from |response|'s
+          [=response/header list=] is failure or not a [=JSON MIME Type=], then
+          abort these steps.

I can confirm Chromium doesn't check the MIME type of the response - we just decode it as UTF8 and try parsing it and see if that succeeds or not.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/858#discussion_r401973261

Received on Wednesday, 1 April 2020 23:44:56 UTC