[webkit-reviews] review requested: [Bug 170849] A blob created from a fetch response does not correctly get type set : [Attachment 308192] Response.blob() does not set the content-type based on the header value.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 19:41:58 PDT 2017


webkitcontrib at gmail.com has asked  for review:
Bug 170849: A blob created from a fetch response does not correctly get type
set
https://bugs.webkit.org/show_bug.cgi?id=170849

Attachment 308192: Response.blob() does not set the content-type based on the
header value.

https://bugs.webkit.org/attachment.cgi?id=308192&action=review




--- Comment #4 from webkitcontrib at gmail.com ---
Created attachment 308192

  --> https://bugs.webkit.org/attachment.cgi?id=308192&action=review

Response.blob() does not set the content-type based on the header value.

This should update the Response content-type after headers are received.  Its
covered by a web-platform-test, but I'm not sure if there is something I need
to do in webkit to indicate that the test works now.

Also, I apologize if I made this patch incorrectly.  Its my first time
submitting here.


More information about the webkit-reviews mailing list