diff --git a/source b/source index c38363d0918..809aeb97590 100644 --- a/source +++ b/source @@ -94761,6 +94761,10 @@ interface NavigationDestination {
If all of the following are true:
event's classic history API state is + null;
destination's is same document is true;
then initialize event's hashChange
to true. Otherwise, initialize it to
false.
The first condition here means that hashChange
will be true for fragment navigations, but false for cases like history.pushState(undefined, "", "#fragment")
.
If userInvolvement is not "none
", then