diff --git a/source b/source index 58eb191628f..7e1898157f1 100644 --- a/source +++ b/source @@ -80287,7 +80287,6 @@ interface BarProp { [Exposed=Window] interface History { - readonly attribute unsigned long index; readonly attribute unsigned long length; attribute ScrollRestoration scrollRestoration; readonly attribute any state; @@ -80300,16 +80299,7 @@ interface History {
-
window . history . index
- -
- -

Returns the index of the current entry of the joint session history within the - joint session history.

- -
- -
window . history . length
+
window . history . length
@@ -80416,13 +80406,6 @@ interface History {
-

The index attribute of the - History interface, on getting, must return the index of the current entry of - the joint session history within the top-level browsing context's joint - session history. If this History object is associated with a - Document that is not fully active, getting must instead throw a - "SecurityError" DOMException.

-

The length attribute of the History interface, on getting, must return the number of entries in the top-level browsing context's joint session history. If this