Open salmonb opened 9 months ago
I have same problem, did you find the solution? @salmonb
@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...
hi,
When using SockJS in Chrome, it says that sockjs.js uses a deprecated feature at line 3285, which is:
and a breakpoint at this line shows that
global = window
andevent = 'unload'
. This is indeed a deprecated feature.Can you please fix this?