Bug 120507 - Add json responseType support in XMLHttpRequest
Summary: Add json responseType support in XMLHttpRequest
Status: RESOLVED DUPLICATE of bug 73648
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-08-29 20:43 PDT by Ryosuke Niwa
Modified: 2013-08-30 09:39 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.
Comment 1 Ryosuke Niwa 2013-08-30 09:39:02 PDT

*** This bug has been marked as a duplicate of bug 73648 ***