We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to parse a url using url.parse(), the protocol has a colon at the end.
url.parse()
The following command
url.parse("https://avatars3.githubusercontent.com/u/2100222")
returns
Url { protocol: 'https:', ... }
Shouldn't the protocol be http instead of http:? If not, what's the point of having it included?
http
http:
The text was updated successfully, but these errors were encountered:
See #1237.
Sorry, something went wrong.
Nothing to do here: no problem, question already answered.
No branches or pull requests
When I try to parse a url using
url.parse()
, the protocol has a colon at the end.Example
The following command
returns
Shouldn't the protocol be
http
instead ofhttp:
? If not, what's the point of having it included?The text was updated successfully, but these errors were encountered: