mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
15 lines
325 B
Text
15 lines
325 B
Text
[class Location]
|
|
Object [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".
|
|
NotSupportedError: Cannot set "location.hostname".
|