Summary: | Make xhr.response more conforming to the specification | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Rob Buis <rbuis> | ||||||||
Component: | DOM | Assignee: | Rob Buis <rbuis> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | darin, sam, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Attachments: |
|
Description
Rob Buis
2020-10-04 09:16:50 PDT
Created attachment 410469 [details]
Patch
Created attachment 410473 [details]
Patch
Comment on attachment 410473 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=410473&action=review > Source/WebCore/xml/XMLHttpRequest.h:94 > + enum class FinalMIMEType { Yes, No }; > + String responseMIMEType(FinalMIMEType = FinalMIMEType::No) const; What does "final MIME type" mean? Comment on attachment 410473 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=410473&action=review >> Source/WebCore/xml/XMLHttpRequest.h:94 >> + String responseMIMEType(FinalMIMEType = FinalMIMEType::No) const; > > What does "final MIME type" mean? I guess it’s a term from the specification? Created attachment 410510 [details]
Patch
(In reply to Darin Adler from comment #4) > Comment on attachment 410473 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=410473&action=review > > >> Source/WebCore/xml/XMLHttpRequest.h:94 > >> + String responseMIMEType(FinalMIMEType = FinalMIMEType::No) const; > > > > What does "final MIME type" mean? > > I guess it’s a term from the specification? Yes, it should be explained in the ChangeLog/Changelog links. Committed r267959: <https://trac.webkit.org/changeset/267959> All reviewed patches have been landed. Closing bug and clearing flags on attachment 410510 [details]. |