Dart SDK
dart:html
History
class
History
Static Properties
Properties
Methods
Static properties
supportsState
Properties
length
state
Methods
back
forward
go
pushState
replaceState
(Not documented.)
Annotations
DomName('History')
Implements
HistoryBase
Static Properties
bool
supportsState
read-only
Checks if the State APIs are supported on the current platform.
Properties
int
length
read-only
dynamic
state
read-only
Methods
back
(
) →
void
forward
(
) →
void
go
(
int
distance
) →
void
pushState
(
Object
data
,
String
title
, [
String
url
]) →
void
replaceState
(
Object
data
,
String
title
, [
String
url
]) →
void