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