Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

doc:fix default value of decodeURIComponent #9207

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/querystring.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ characters.
Options object may contain `maxKeys` property (equal to 1000 by default), it'll
be used to limit processed keys. Set it to 0 to remove key count limitation.

Options object may contain `decodeURIComponent` property (`decodeURIComponent` by default),
Options object may contain `decodeURIComponent` property (`querystring.unescape` by default),
it can be used to decode `non-utf8` encoding string if necessary.

Example:
Expand Down