mirror of
https://github.com/denoland/deno.git
synced 2024-12-18 13:22:55 -05:00
b78c851a94
Aligns the error messages in the ext/web folder to be in-line with the Deno style guide.
15 lines
323 B
Text
15 lines
323 B
Text
[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"
|