JSPM

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

implementaion of URLSearchParams at WHATWG Living Standard https://url.spec.whatwg.org/

Package Exports

  • urlsearchparams

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 (urlsearchparams) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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 build
$ npm test

and also open test/index.html in your browser and see console.

License

The MIT License (MIT) Copyright (c) 2013 Jxck