scrollRestoration property

ScrollRestoration get scrollRestoration

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;
set scrollRestoration (ScrollRestoration value)

Implementation

external set scrollRestoration(ScrollRestoration value);