This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22840 - JSON response and user defined JSON.parse
Summary: JSON response and user defined JSON.parse
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: XHR (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-30 20:15 UTC by Erik Arvidsson
Modified: 2013-09-06 15:53 UTC (History)
2 users (show)

See Also:


Attachments

Description Erik Arvidsson 2013-07-30 20:15:34 UTC
http://xhr.spec.whatwg.org/#json-response-entity-body

Should we use the original JSON.parse? Right now it seems to imply that we will just call any JSON.parse, allowing users to override it if they want.
Comment 1 Erik Arvidsson 2013-07-30 20:16:51 UTC
I think it implies that the original JSON.parse is used but it is a bit too subtle.