We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d8587 commit f9f60c0Copy full SHA for f9f60c0
.changeset/tough-weeks-join.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sveltejs/kit': patch
3
4
+
5
+docs: update inline NavigationType documentation
packages/kit/src/exports/public.d.ts
@@ -821,7 +821,7 @@ export interface NavigationTarget {
821
822
/**
823
* - `enter`: The app has hydrated
824
- * - `form`: The user submitted a `<form>`
+ * - `form`: The user submitted a `<form>` with a GET method
825
* - `leave`: The user is leaving the app by closing the tab or using the back/forward buttons to go to a different document
826
* - `link`: Navigation was triggered by a link click
827
* - `goto`: Navigation was triggered by a `goto(...)` call or a redirect
0 commit comments