JSPM

querystring-browser

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 42687
  • Score
    100M100P100Q144707F
  • License MIT

Node.js v5 compatible querystring module for browsers.

Package Exports

  • querystring-browser

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (querystring-browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

querystring-browser npm

Node.js v5 compatible querystring module for browsers.

install

npm install -g querystring-browser

usage

Require the module or make browserify rewrite querystring using a transform such as aliasify:

"aliasify": {
  "aliases": {
    "querystring": "querystring-browser"
  }
}

Node.js

The source code comes straight from the core implementation at https://github.com/nodejs/node

license

MIT / Node.js licence