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
download the repo from above and run it locally, sveltelab doesn't show the problem
navigate to /list
append a random searchparam like ?a to the img URLs to clear cache
press the browser refresh button
it say success 2 failure 1
press the browser refresh button again
it say success 0 failure 1
Logs
No response
System Info
.
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Related to sveltejs/svelte#8301 - if we want to support this there needs to a replay mechanism for these events. I'm not sure yet if it's enough to have these in Svelte itself, or they need to be part of SvelteKit in a blocking script tag (to ensure they run), or both (Svelte providing the mechanism APIs, and SvelteKit wiring it up correctly).
Describe the bug
Specifically,
on:load
doesn't fire if asset is cached and it is an initial page loadReproduction
https://www.sveltelab.dev/moq3nxlwmcxis9k?files=.%2Fsrc%2Froutes%2Flist%2F%2Bpage.svelte
download the repo from above and run it locally, sveltelab doesn't show the problem
navigate to /list
append a random searchparam like
?a
to the img URLs to clear cachepress the browser refresh button
it say success 2 failure 1
press the browser refresh button again
it say success 0 failure 1
Logs
No response
System Info
.
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: