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
We heavily rely upon the refreshExpiredTiles setting but since we moved to the latest and greatest (1.13.1) this no longer works. Turns out that when using offscreenCanvas all the cache headers no longer end up in setExpiryData. If we disabled offscreenCanvas support (window.OffscreenCanvas = null) this works again.