summaryrefslogtreecommitdiff
path: root/cli/tests/070_location.ts.out
blob: 3c08d53fc87e2d2c14c3373be21825e5853c75f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[WILDCARD][Function: Location]
Location { [Symbol(Symbol.toStringTag)]: "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]