querystring-browser

Node.js v5 compatible querystring module for browsers.

Usage no npm install needed!

<script type="module">
  import querystringBrowser from 'https://cdn.skypack.dev/querystring-browser';
</script>

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