Closed Bug 1507355 Opened 6 years ago Closed 6 years ago

DOM URL object places all host/port values into pathname for nonstandard schemes

Categories

(Core :: DOM: Core & HTML, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1374505
Tracking Status
firefox65 --- affected

People

(Reporter: loganfsmyth, Unassigned)

Details

For example: > var url = new URL("webpack://host/somepath"); > url.host > // "" > url.pathname > // "//host/somepath" when the values should be "host" and "/somepath".
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.