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
CfW resources: don't use Cache API in non-secure contexts (#5467)
window.caches is available only secure contexts
I added a check for `window.caches` availability. And skip all the logic
when it's not available.
It's a followup for
#5379
Fixes: https://youtrack.jetbrains.com/issue/CMP-9174
## Testing
This should be tested by QA
## Release Notes
N/A
0 commit comments