Home > @infiniteobjects/core-library-web > Url
URL related utilities.
Signature:
export declare class Url
Method | Modifiers | Description |
---|---|---|
appendQueryParams(url, queryParams, append) | static |
Adds query parameters to a URL |
normalize(rawUrl) | static |
Normalizes uris. Can pass http(s)://, ipfs:// or ar:// protocols and this function will normalize to the correct gateway |
sanitize(url) | static |
Sanitize string url |