Bug 120507

Summary: Add json responseType support in XMLHttpRequest
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: XMLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: aestes, ap, benjamin, eoconnor, ggaren, oliver, syoichi, thorton
Priority: P2 Keywords: BlinkMergeCandidate
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Ryosuke Niwa
Reported 2013-08-29 20:43:06 PDT
We should support json response type on XHR request since fetching JSON is probably the most popular use case of XHR today. Blink added the support in https://chromium.googlesource.com/chromium/blink/+/3799efe521ff29595f7960078cfcc048c348d471 The patch is V8 specific but we can at least grab their test and C++-side code.
Attachments
Ryosuke Niwa
Comment 1 2013-08-30 09:39:02 PDT
*** This bug has been marked as a duplicate of bug 73648 ***
Note You need to log in before you can comment on or make changes to this bug.