Mikhus/domurl

Relative protocol not honoured in IE

Open

#6 aperta il 11 nov 2013

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (100 fork)batch import
help wanted

Metriche repository

Star
 (531 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

(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'

Guida contributor