Location$Typings extension

on

Properties

ancestorOrigins DOMStringList

Available on Location, provided by the Location$Typings extension

Returns a DOMStringList object listing the origins of the ancestor browsing contexts, from the parent browsing context to the top-level browsing context.
no setter
assign ↔ void Function(String)

Available on Location, provided by the Location$Typings extension

getter/setter pair
hash String

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL's fragment (includes leading "#" if non-empty).
getter/setter pair
host String

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL's host and port (if different from the default port for the scheme).
getter/setter pair
hostname String

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL's host.
getter/setter pair
href String

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL.
getter/setter pair
origin String

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL's origin.
no setter
pathname String

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL's path.
getter/setter pair
port String

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL's port.
getter/setter pair
protocol String

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL's scheme.
getter/setter pair
reload → ({void Function() $1, void Function(bool forcedReload) $2})

Available on Location, provided by the Location$Typings extension

Overload accessor: $1, $2
no setter
replace ↔ void Function(String)

Available on Location, provided by the Location$Typings extension

getter/setter pair

Available on Location, provided by the Location$Typings extension

Returns the Location object's URL's query (includes leading "?" if non-empty).
getter/setter pair
toString$ String Function()

Available on Location, provided by the Location$Typings extension

getter/setter pair