supportsState property

bool supportsState

Checks if the State APIs are supported on the current platform.

See also:

pushState replaceState state

Implementation

static bool get supportsState => JS('bool', '!!window.history.pushState');