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
const xhr = new XMLHttpRequest();
xhr.addEventListener('readystatechange', callback);
maybe have to change something like above What did you do? Please explain the steps you took before you encountered the problem.
any of the another library if they also have same logic with
xhr.onreadystatechange = function () {
then by order its delegated
What did you expect to happen?
i believe no matter what lottie's readystatechange event should work
The text was updated successfully, but these errors were encountered:
Tell us about your environment
window
chrome
maybe have to change something like above
What did you do? Please explain the steps you took before you encountered the problem.
any of the another library if they also have same logic with
then by order its delegated
What did you expect to happen?
i believe no matter what lottie's readystatechange event should work
The text was updated successfully, but these errors were encountered: