uupaa.wmurl.js

0.1.9 • Public • Published

WMURL.js Build Status

npm

URL parse and build.

Document

How to use

Browser

<script src="lib/WMURL.js"></script>
<script>
console.log( WMURL.parse(location.href) );
</script>

WebWorkers

importScripts("lib/WMURL.js");

console.log( WMURL.parse(location.href) );

Node.js

var WMURL = require("lib/WMURL.js");

console.log( WMURL.parse("http://example.com") );

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i uupaa.wmurl.js

      Weekly Downloads

      0

      Version

      0.1.9

      License

      MIT

      Last publish

      Collaborators

      • uupaa