shinnn / location-origin.js

Polyfill for window.location.origin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

location-origin.js

Bower version NPM version Build Status devDependency Status

browser support

Polyfill for window.location.origin

// On http://localhost:8888/path/to/page.html#hash?search=foobar

window.location.origin; //=> "http://localhost:8888"

Installation

Package managers

bower install location-origin
npm install location-origin
// You don't have to assign it to a variable.
// It automatically adds `origin` property to the window.location object when it is `require`d.
require("shinnn/location-origin.js");

Standalone

Download the script file directly.

Acknowledgements

I used the blog post by Toby Osbourn as reference. Thanks, tosbourn.

License

src/location-origin.coffee and dist/location-origin.js are licensed under the Unlicense.

All other source code is licensed under the MIT license.

About

Polyfill for window.location.origin

License:MIT License


Languages

Language:JavaScript 57.3%Language:Erlang 32.5%Language:CoffeeScript 10.2%