Skip to content

Timer/origin-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

origin-url

Returns the window's current origin.

Install

$ npm i origin-url -S

Usage

import origin from 'origin-url'

// window url: https://developer.mozilla.org/en-US/docs/Web/API/HTMLHyperlinkElementUtils/origin
console.log(`${origin}`)
// # => "https://developer.mozilla.org"

About

Returns the window's current origin.

Resources

Stars

Watchers

Forks

Packages

No packages published