querystring icon indicating copy to clipboard operation
querystring copied to clipboard

API does not match Node

Open bclinkinbeard opened this issue 9 years ago • 20 comments

According to http://nodejs.org/api/querystring.html, the returned object should have escape and unescape methods. Instead, it has encode and decode, with a different API, in that they return objects instead of strings.

bclinkinbeard avatar Jul 20 '14 16:07 bclinkinbeard