-
Notifications
You must be signed in to change notification settings - Fork 396
Body's json(): add reviver argument #104
Copy link
Copy link
Open
Labels
addition/proposalNew features or enhancementsNew features or enhancementsintegrationBetter coordination across standards neededBetter coordination across standards neededneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: api
Metadata
Metadata
Assignees
Labels
addition/proposalNew features or enhancementsNew features or enhancementsintegrationBetter coordination across standards neededBetter coordination across standards neededneeds implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: api
Type
Fields
Give feedbackNo fields configured for issues without a type.
Body.json()should take an optional parameter to be passed toJSON.parse(json[, reviver])function to use a reviver callback to parse JSON data.See: JSON.parse(): Using the
reviverparameter at the MDN.