Mikhus/domurl

Relative protocol not honoured in IE

Open

#6 ouverte le 11 nov. 2013

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (100 forks)batch import
help wanted

Métriques du dépôt

Stars
 (531 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur