summaryrefslogtreecommitdiff
path: root/cli/tests/070_location.ts.out
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2021-01-07 18:06:08 +0000
committerGitHub <noreply@github.com>2021-01-07 19:06:08 +0100
commite61e81eb57351782862aa50775ce4348f10b1856 (patch)
tree6099aa60857f586774a195034f18ac1fb10ca519 /cli/tests/070_location.ts.out
parentc347dfcd565c3a396ae84dff46e7374851913462 (diff)
feat: add --location=<href> and globalThis.location (#7369)
Diffstat (limited to 'cli/tests/070_location.ts.out')
-rw-r--r--cli/tests/070_location.ts.out22
1 files changed, 22 insertions, 0 deletions
diff --git a/cli/tests/070_location.ts.out b/cli/tests/070_location.ts.out
new file mode 100644
index 000000000..66d470b6f
--- /dev/null
+++ b/cli/tests/070_location.ts.out
@@ -0,0 +1,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]