You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/svelte.dev/content/docs/kit/98-reference/20-$app-navigation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ function invalidate(
144
144
145
145
## invalidateAll
146
146
147
-
Causes all `load` functions belonging to the currently active page to re-run. Returns a `Promise` that resolves when the page is subsequently updated.
147
+
Causes all `load`and `query`functions belonging to the currently active page to re-run. Returns a `Promise` that resolves when the page is subsequently updated.
0 commit comments