summaryrefslogtreecommitdiff
path: root/cli/tests/070_location.ts.out
blob: 2ba0f259d4d3d4ceb577d7e8265bc3c69f6f1c1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[WILDCARD][Function: Location]
Location { [Symbol(Symbol.toStringTag)]: "Location" }
Location {
  hash: [Getter/Setter],
  host: [Getter/Setter],
  hostname: [Getter/Setter],
  href: [Getter/Setter],
  origin: [Getter],
  pathname: [Getter/Setter],
  port: [Getter/Setter],
  protocol: [Getter/Setter],
  search: [Getter/Setter],
  ancestorOrigins: [Getter],
  assign: [Function: assign],
  reload: [Function: reload],
  replace: [Function: replace],
  toString: [Function: toString]
}
NotSupportedError: Cannot set "location.hostname".
[WILDCARD]