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
When Private.isImgCacheLoaded returns false in ImgCache.getCachedFile then the function exists immediately, this is surprising behaviour when using functions such as ImgCache.getCachedFileURL as I would expect any error to trigger an error callback if one is provided.
The text was updated successfully, but these errors were encountered:
When
Private.isImgCacheLoaded
returnsfalse
inImgCache.getCachedFile
then the function exists immediately, this is surprising behaviour when using functions such asImgCache.getCachedFileURL
as I would expect any error to trigger an error callback if one is provided.The text was updated successfully, but these errors were encountered: