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

Google Chrome says "Deprecated feature used" in Issues tab #646

Open
salmonb opened this issue Feb 2, 2024 · 2 comments
Open

Google Chrome says "Deprecated feature used" in Issues tab #646

salmonb opened this issue Feb 2, 2024 · 2 comments

Comments

@salmonb
Copy link

salmonb commented Feb 2, 2024

hi,

When using SockJS in Chrome, it says that sockjs.js uses a deprecated feature at line 3285, which is:

      global.addEventListener(event, listener, false);

and a breakpoint at this line shows that global = window and event = 'unload'. This is indeed a deprecated feature.

Can you please fix this?

@wr9dg17
Copy link

wr9dg17 commented Mar 15, 2024

I have same problem, did you find the solution? @salmonb

@salmonb
Copy link
Author

salmonb commented Mar 15, 2024

@wr9dg17 No, only the contributors of this project can solve this problem (I'm not). I opened this issue just to report the problem, and I hope they will fix it at some point.

It's not that annoying for the final users, but when you deliver an app that logs this, it doesn't look very professional...

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

2 participants