blob: 6827a555d4ce4efa54cbd8cf1661dcde5f454cab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[WILDCARD][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".
[WILDCARD]
|