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
#476: When cache: no-store is specified on fetch() functions, Ketting will now no longer store responses with a Content-Location in its internal cache.
#477: When storing responses with Content-Location, bodies are now cloned before storing so callees can still read the data.