Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels