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