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
{{ message }}
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: site/content/docs/04-preloading.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,15 @@ So if the example above was `src/routes/blog/[slug].svelte` and the URL was `/bl
39
39
*`page.query.foo === 'bar'`
40
40
*`page.query.baz === true`
41
41
42
-
`session` is generated on the server by the `session` option passed to `sapper.middleware` (TODO this needs further documentation. Perhaps a server API section?)
42
+
`session` is generated on the server by the `session` option passed to `sapper.middleware`. For example:
0 commit comments