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
But when ImageryProvider calls Resource.fetchImage and the browser supports createImageBitmap, startRequest can indirectly call itself (via Resource.fetchBlob).
See the following call stack:
The text was updated successfully, but these errors were encountered:
RequestScheduler counts requests when
startRequest
is called:https://github.com/AnalyticalGraphicsInc/cesium/blob/d9e06b005ba93edf23aaf564dc66a8c0e7aa356c/Source/Core/RequestScheduler.js#L202-L211
But when ImageryProvider calls
Resource.fetchImage
and the browser supportscreateImageBitmap
,startRequest
can indirectly call itself (viaResource.fetchBlob
).See the following call stack:
The text was updated successfully, but these errors were encountered: