File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
dom/src/main/scala/org/scalajs/dom Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,8 @@ class History extends js.Object {
7272 */
7373 def pushState (statedata : js.Any , title : String ): Unit = js.native
7474
75- /** The scrollRestoration property of History interface allows web applications to explicitly set default scroll
75+ /** The ` scrollRestoration` property of [[ History ]] interface allows web applications to explicitly set default scroll
7676 * restoration behavior on history navigation.
77- *
78- * Can have onne of the followings values:
79- *
80- * auto: The location on the page to which the user has scrolled will be restored.
81- *
82- * manual: The location on the page is not restored. The user will have to scroll to the location manually.
8377 */
8478 var scrollRestoration : ScrollRestoration = js.native
8579}
You can’t perform that action at this time.
0 commit comments