RESOLVED DUPLICATE of bug 73648 74034
XHR should support responseType="json"
https://bugs.webkit.org/show_bug.cgi?id=74034
Summary XHR should support responseType="json"
Attachments
James Robinson
Comment 1 2011-12-07 20:24:00 PST
If/when you do it, make sure you don't let sync XHRs use this response type
Ojan Vafai
Comment 2 2011-12-08 02:24:06 PST
Also, we should throw away the source string when we're done to save memory. It's spec'ed that once you parse it into an object you no longer need the source string (i.e. responseText no longer returns the source string).
Adam Klein
Comment 3 2011-12-08 08:49:26 PST
*** 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.