Module js::front::stdlib::uri[src]

The global URI methods

Functions

decode_uri

Decode a URI

decode_uri_component

Decode a URI component Rust uses RFC 3986, but standard Javascript doesn't, this will need a fix

encode_uri

Encode a URI

encode_uri_component

Encode a URI component Rust uses RFC 3986, but standard Javascript doesn't, this will need a fix

init

Initialise the URI functions on the global object