[chore] upgrade @cloudflare/kv-asset-handler
#2650
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We've recently run into a bug serving static HTML pages alongside our
Svelte app (legacy codebase, working on removing these pages but it
takes time) with the following characteristics:
completely different way
This bug appears to only affect webkit desktop browsers, and the page
works again if you empty cache and hard reload. We've been able to serve
the exact same assets from a simpler Cloudflare worker and everything
works as expected, and we've verified that:
Manually updating this package appears to fix things, and we're not
exactly sure why yet, but it seemed like it would be a good thing to do
upstream so that everyone is on the latest. Still digging to try to find
a root cause.