Bug 120507
Summary: | Add json responseType support in XMLHttpRequest | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | XML | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
*** This bug has been marked as a duplicate of bug 73648 ***