URLAPI
Types
url
The URL interface represents an object providing static methods used for creating object URLs. See URL on MDN
type url = { mutable href: string, origin: string, mutable protocol: string, mutable username: string, mutable password: string, mutable host: string, mutable hostname: string, mutable port: string, mutable pathname: string, mutable search: string, searchParams: urlSearchParams, mutable hash: string,}
Record fields
urlSearchParams
type urlSearchParams = {size: int}