Lines Matching refs:url
83 // Creates a redirect Response that redirects to url with status status.
84 static redirect (url, status = 302) {
89 url = webidl.converters.USVString(url)
92 // 1. Let parsedURL be the result of parsing url with current settings
98 parsedURL = new URL(url, getGlobalOrigin())
100 throw Object.assign(new TypeError('Failed to parse URL from ' + url), {
174 get url () {
179 // The url getter steps are to return the empty string if this’s
182 const url = urlList[urlList.length - 1] ?? null
184 if (url === null) {
188 return URLSerializer(url, true)
278 url: kEnumerableProperty,