supportsState property

bool get supportsState

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

See also:

Implementation

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