1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tests/testdata/run/070_location.ts.out

17 lines
338 B
Text
Raw Normal View History

[WILDCARD][Class: 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]