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
Or just implement a new UnsafeCachePlugin, but not sure how to report back...
The text was updated successfully, but these errors were encountered:
vjpr
changed the title
Callback for whether unsafe cache was used for a request
Callback for whether unsafeCache was used to respond to a request
Aug 31, 2021
Would be useful to know what requests are cached by the
UnsafeCachePlugin
.A
cacheStatusFn
or something like that would be useful. I think modifying the return value might be too intrusive.Workaround
Use a proxy/getter on the
cache
object.Or just implement a new
UnsafeCachePlugin
, but not sure how to report back...The text was updated successfully, but these errors were encountered: