-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib.d.ts: Include undefined in return type of JSON.stringify()
JSON.stringify() may return undefined if the given input value is undefined or if the input value is not serializable (like `function(){}`). See #18879
- Loading branch information
Jonas Schürmann
authored and
Jonas Schürmann
committed
Oct 11, 2017
1 parent
a7fa187
commit 90cbb5f
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters