Skip to content
New issue

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

Relative protocol not honoured in IE #6

Open
c24w opened this issue Nov 11, 2013 · 3 comments
Open

Relative protocol not honoured in IE #6

c24w opened this issue Nov 11, 2013 · 3 comments

Comments

@c24w
Copy link

c24w commented Nov 11, 2013

(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'
@Mikhus
Copy link
Owner

Mikhus commented Nov 12, 2013

Thanks for this report, I'll take a look as I will have free time.

@z0u
Copy link

z0u commented Sep 21, 2016

This also affects IE11, but not Edge.

@wub
Copy link

wub commented Apr 18, 2017

Hey @Mikhus, manage to find some time since 2013?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants