supportsState property
Checks if the State APIs are supported on the current platform.
See also:
Implementation
static bool get supportsState => JS('bool', '!!window.history.pushState');
Checks if the State APIs are supported on the current platform.
See also:
static bool get supportsState => JS('bool', '!!window.history.pushState');