12 results
tagged
url
Uri parsing, modification, query string manipulation and high-fidelity re-stringification in javascript.
RFC 2396 (1998) specifies that relative URIs like //foo get resolved as http://foo. This means, if you link a resource like http://example.ms/, @href could as well just point to //example.ms/.