scrollRestoration property
The scrollRestoration property of the History
interface allows web applications to explicitly set default scroll
restoration behavior
on history navigation.
Implementation
external ScrollRestoration get scrollRestoration;
Implementation
external set scrollRestoration(ScrollRestoration value);