Conduitry
Conduitry
Allowing a timeout only on `invalidate()` seems like a weird API if we don't also allow it on regular client-side navigations or on programmatic `goto()` calls - which seems to...
I still don't see why we would want this on programmatic `invalidate()`/`goto()` but not have a way to specify it for intercepted link clicks (or for SSR'd content, for that...
Does top-level code in `hooks.js` get run? I would guess it probably would. You could put stuff there that you want to run once on server init and not per...
Those all sound like things that can be addressed with a custom server entry point in the Node adapter that Rich linked to. You have complete control over when the...
I think it is a bit confusing yeah that load context is a Svelte context and request context is a completely unrelated thing. I don't have a better name for...
Oh whoops, yeah. Uh. Maybe they both should be called something other than 'context'? Kit having two concepts with the same name that are different from the Svelte concept with...
Thank you! This has been released in 3.58.0.
See #2101 for why we're using that API.
This has been brought up before, but I don't think there's a clear way that we could have this work. I don't think it would be _too_ difficult to have...
This should be fixed in 3.57.0 - https://svelte.dev/repl/617dd85dcc0649b09a90dd5a1832a981?version=3.57.0