Skip to content

Commit

Permalink
Fix variable name typo in inner navigate event firing
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 28, 2025
1 parent d2148b9 commit a16b0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -96320,7 +96320,7 @@ interface <dfn interface>NavigationDestination</dfn> {
update steps</span> given <var>document</var> and <var>event</var>'s <code
data-x="dom-NavigateEvent-destination">destination</code>'s <span
data-x="dom-NavigationDestination-url">URL</span>, with <i
data-x="uhus-serializedData">serialiedData</i> set to <var>event</var>'s <span
data-x="uhus-serializedData">serializedData</i> set to <var>event</var>'s <span
data-x="concept-NavigateEvent-classic-history-API-state">classic history API state</span> and
<i data-x="uhus-historyHandling">historyHandling</i> set to <var>navigationType</var>.</p>

Expand Down

0 comments on commit a16b0e9

Please sign in to comment.