Events
Edit this page on GitHubSvelteKit emits CustomEvents on the window
object when certain things happen:
sveltekit:start
— fired once the app has hydratedsveltekit:navigation-start
— navigation has startedsveltekit:navigation-end
— navigation has ended
You probably won't need to use these, but they can be useful in the context of (for example) integration tests.
previous
Anchor options
next
AMP