Dart API Reference
dart:html
History
History
class
Annotated by:
DomName('History')
Implements:
HistoryBase
Static Properties
supportsState
bool
read-only
Instance Properties
length
int
read-only
state
dynamic
read-only
Instance 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