BrowserPlatformLocation
Class
PlatformLocation
encapsulates all of the direct calls to platform APIs.
This class should not be used directly by an application developer. Instead, use
Location
.
API
class BrowserPlatformLocation extends PlatformLocation {}
getBaseHrefFromDOM
string
@returns
string
onPopState
VoidFunction
@returns
VoidFunction
onHashChange
VoidFunction
@returns
VoidFunction
href
string
protocol
string
hostname
string
port
string
pathname
string
pathname
string
search
string
hash
string
pushState
void
@paramstate
any
@paramtitle
string
@paramurl
string
@returns
void
replaceState
void
@paramstate
any
@paramtitle
string
@paramurl
string
@returns
void
forward
void
@returns
void
back
void
@returns
void
historyGo
void
@paramrelativePosition
number
@returns
void
getState
unknown
@returns
unknown
Jump to details