This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23632 - Define/reference Content-Type parsing
Summary: Define/reference Content-Type parsing
Status: RESOLVED MOVED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: XHR (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-25 15:45 UTC by Anne
Modified: 2017-03-09 14:45 UTC (History)
2 users (show)

See Also:


Attachments

Description Anne 2013-10-25 15:45:22 UTC
http://xhr.spec.whatwg.org/#response-entity-body-0

[[
The response MIME type is the MIME type the Content-Type header contains excluding any parameters and converted to ASCII lowercase, or null if the response header can not be parsed or was omitted.
]]

This needs to become much better defined.
Comment 1 Anne 2014-06-25 19:52:33 UTC
Fetch has a hook of sorts for this now. Still not very well defined.
Comment 2 Anne 2017-03-09 14:45:51 UTC
https://github.com/whatwg/xhr/pull/131