medialize / URI.js

Javascript URL mutation library
http://medialize.github.io/URI.js/
MIT License
6.26k stars 474 forks source link

URI.serialize ignores String port #385

Closed polmabri closed 5 years ago

polmabri commented 5 years ago
components = {
    scheme : "uri",
    host : "example.com",
    port : "9000"
};
URI.serialize(components)

actual: uri://example.com expected: uri://example.com:9000

polmabri commented 5 years ago

wrong project, sorry