mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
15 lines
299 B
Text
15 lines
299 B
Text
[WILDCARD][Function: Location]
|
|
Location {}
|
|
Location {
|
|
hash: "#bat",
|
|
host: "foo",
|
|
hostname: "foo",
|
|
href: "https://foo/bar?baz#bat",
|
|
origin: "https://foo",
|
|
pathname: "/bar",
|
|
port: "",
|
|
protocol: "https:",
|
|
search: "?baz"
|
|
}
|
|
NotSupportedError: Cannot set "location.hostname".
|
|
[WILDCARD]
|