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