help wanted
倉庫指標
- Star
- (531 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
(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'