Details
Description
When calling,
new URL(new URL("http://cnn.com"), "index.html").toExternalForm()
it returns "http://cnn.comindex.html".
new URL(new URL("http://cnn.com"), "index.html").toExternalForm()
it returns "http://cnn.comindex.html".