urlsearchparams
v0.1.1
Published
implementaion of URLSearchParams at WHATWG Living Standard https://url.spec.whatwg.org/
Downloads
15,918
Readme
Isomorphic URLSearchParams Implementation
status
WIP
motivation
implementation of URLSearchParams of https://url.spec.whatwg.org/ in pure javascript. polyfill for browser, and implemnt for node.js. make it isomorphic.
install
$ npm install urlsearchparams
build and test
$ npm install
$ npm test
and also open test/index.html in your browser and see console.
for TypeScript
other types which this scripts depends on are in types directory.
release process
- develop/maintain on master branch
- if finished, dump version to new one in package.json
- checkout release and merge master --no-ff
- build via npm test
- commit build
- add tag
- push to github
- npm publish
License
The MIT License (MIT) Copyright (c) 2013 Jxck