Skip to content

Instantly share code, notes, and snippets.

@Sebmaster
Created April 29, 2015 02:38
Show Gist options
  • Save Sebmaster/fc3e79e0468908c806b9 to your computer and use it in GitHub Desktop.
Save Sebmaster/fc3e79e0468908c806b9 to your computer and use it in GitHub Desktop.
WHATWG-URL
> new URL("http://a.com", "about:blank").parsedURL
{ scheme: 'http',
scheme_data: '',
username: '',
password: null,
host: 'a.com',
port: '',
path: [ '' ],
query: null,
fragment: null,
isRelative: true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment