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
(Found in IE10)
new Url('//url-with-relative-protocol.co.uk/blah').toString(); // actual -> 'url-with-relative-protocol.co.uk/blah' // expected 1 -> '//url-with-relative-protocol.co.uk/blah' // expected 2 -> [current page's protocol] + '//url-with-relative-protocol.co.uk/blah'
The text was updated successfully, but these errors were encountered:
Thanks for this report, I'll take a look as I will have free time.
Sorry, something went wrong.
This also affects IE11, but not Edge.
Hey @Mikhus, manage to find some time since 2013?
No branches or pull requests
(Found in IE10)
The text was updated successfully, but these errors were encountered: