Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xhr.onreadystatechange = function () { } being conflicted with other libraries #3144

Open
chanwoong528 opened this issue Dec 26, 2024 · 0 comments

Comments

@chanwoong528
Copy link

Tell us about your environment
window

  • Browser and Browser Version:
    chrome
  • After Effects Version:
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant