Bug 74034 - XHR should support responseType="json"
Summary: XHR should support responseType="json"
Status: RESOLVED DUPLICATE of bug 73648
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 16:19 PST by Ojan Vafai
Modified: 2011-12-08 08:49 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 James Robinson 2011-12-07 20:24:00 PST
If/when you do it, make sure you don't let sync XHRs use this response type
Comment 2 Ojan Vafai 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).
Comment 3 Adam Klein 2011-12-08 08:49:26 PST

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