Inconsistencies with node core
Open
- Dominant language
- JavaScript
- Stars
- 284
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
- In node 0.11, `options` can include a `decodeURIComponent` or `encodeURIComponent` property. See: https://github.com/joyent/node/blob/master/lib/querystring.js#L180
- The encode/decode functions should be overridable via `querystring.escape` and `querystring.unescape`, see: http://nodejs.org/api/querystring.html#querystring_querystring_escape
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.