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
Since three.js switched from XMLHttpRequest to Fetch API it is not possible anymore to cancel request. I even suspected an error is throw when calling setPanorama rapidly because we still try to call abort() on undefined object.
Since three.js switched from XMLHttpRequest to Fetch API it is not possible anymore to cancel request. I even suspected an error is throw when calling
setPanorama
rapidly because we still try to callabort()
on undefined object.see #20705
The text was updated successfully, but these errors were encountered: