Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Experimental WebAPI
GitHub

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

href
string
origin
string
protocol
string
username
string
password
string
host
string
hostname
string
port
string
pathname
string
search
string
hash
string

urlSearchParams

typeurlSearchParams= {size:int}

Record fields


[8]ページ先頭

©2009-2025 Movatter.jp