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
* Programmatically imports the code for routes that haven't yet been fetched.
267
267
* Typically, you might call this to speed up subsequent navigation.
268
268
*
269
-
* If no argument is given, all routes will be fetched, otherwise you can specify routes by any matching pathname
270
-
* such as `/about` (to match `src/routes/about.svelte`) or `/blog/*` (to match `src/routes/blog/[slug].svelte`).
269
+
* You can specify routes by any matching pathname such as `/about` (to match `src/routes/about.svelte`) or `/blog/*` (to match `src/routes/blog/[slug].svelte`).
271
270
*
272
271
* Unlike `preloadData`, this won't call `load` functions.
273
272
* Returns a Promise that resolves when the modules have been imported.
0 commit comments