summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/070_location.ts.out
blob: 692d7c976ce93dfdf4f6965b538e848cf62e582b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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".
NotSupportedError: Cannot set "location.hostname".
[WILDCARD]