@@ -489,7 +489,7 @@ type: Exclude<NavigationType, 'leave'>;
489
489
490
490
The type of navigation:
491
491
- ` enter ` : The app has hydrated/started
492
- - ` form ` : The user submitted a ` <form> `
492
+ - ` form ` : The user submitted a ` <form method="GET" > `
493
493
- ` link ` : Navigation was triggered by a link click
494
494
- ` goto ` : Navigation was triggered by a ` goto(...) ` call or a redirect
495
495
- ` popstate ` : Navigation was triggered by back/forward navigation
@@ -1480,7 +1480,7 @@ type: Exclude<NavigationType, 'enter'>;
1480
1480
<div class =" ts-block-property-details " >
1481
1481
1482
1482
The type of navigation:
1483
- - ` form ` : The user submitted a ` <form> `
1483
+ - ` form ` : The user submitted a ` <form method="GET" > `
1484
1484
- ` leave ` : The app is being left either because the tab is being closed or a navigation to a different document is occurring
1485
1485
- ` link ` : Navigation was triggered by a link click
1486
1486
- ` goto ` : Navigation was triggered by a ` goto(...) ` call or a redirect
@@ -1663,8 +1663,8 @@ The URL that is navigated to
1663
1663
## NavigationType
1664
1664
1665
1665
- ` enter ` : The app has hydrated/started
1666
- - ` form ` : The user submitted a ` <form> ` with a GET method
1667
- - ` leave ` : The user is leaving the app by closing the tab or using the back/forward buttons to go to a different document
1666
+ - ` form ` : The user submitted a ` <form method="GET"> `
1667
+ - ` leave ` : The app is being left either because the tab is being closed or a navigation to a different document is occurring
1668
1668
- ` link ` : Navigation was triggered by a link click
1669
1669
- ` goto ` : Navigation was triggered by a ` goto(...) ` call or a redirect
1670
1670
- ` popstate ` : Navigation was triggered by back/forward navigation
@@ -1715,7 +1715,7 @@ type: Exclude<NavigationType, 'enter' | 'leave'>;
1715
1715
<div class =" ts-block-property-details " >
1716
1716
1717
1717
The type of navigation:
1718
- - ` form ` : The user submitted a ` <form> `
1718
+ - ` form ` : The user submitted a ` <form method="GET" > `
1719
1719
- ` link ` : Navigation was triggered by a link click
1720
1720
- ` goto ` : Navigation was triggered by a ` goto(...) ` call or a redirect
1721
1721
- ` popstate ` : Navigation was triggered by back/forward navigation
0 commit comments