Created
April 29, 2015 02:38
-
-
Save Sebmaster/fc3e79e0468908c806b9 to your computer and use it in GitHub Desktop.
WHATWG-URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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