stack

Home > @infiniteobjects/core-library > Url

Url class

URL related utilities.

Signature:

export declare class Url 

Methods

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