URLAPI
Types
url
The URL interface represents an object providing static methods used for creating object URLs.See URL on MDN
typeurl= {mutablehref:string,origin:string,mutableprotocol:string,mutableusername:string,mutablepassword:string,mutablehost:string,mutablehostname:string,mutableport:string,mutablepathname:string,mutablesearch:string,searchParams:urlSearchParams,mutablehash:string,}Record fields
urlSearchParams
typeurlSearchParams= {size:int}