Bug 74034
Summary: | XHR should support responseType="json" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ojan Vafai <ojan> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | adamk, jamesr, peter |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ojan Vafai
http://lists.w3.org/Archives/Public/public-webapps/2011OctDec/1326.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
James Robinson
If/when you do it, make sure you don't let sync XHRs use this response type
Ojan Vafai
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
*** This bug has been marked as a duplicate of bug 73648 ***