Skip to content

Instantly share code, notes, and snippets.

@yanni4night
Created August 18, 2016 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanni4night/1d147858922dcd7bf153dc211004668f to your computer and use it in GitHub Desktop.
Save yanni4night/1d147858922dcd7bf153dc211004668f to your computer and use it in GitHub Desktop.
if (this.slashes || (!protocol || slashedProtocol[protocol]) && host !== false) {
host = '//' + (host || '');
if (pathname && pathname.charCodeAt(0) !== 47/*/*/)
pathname = '/' + pathname;
} else if (!host) {
host = '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment