sockjs / sockjs-client

WebSocket emulation - Javascript client
MIT License
8.45k stars 1.3k forks source link

sockjs-client uses deprecated "unload" listener #650

Open weeraravee opened 8 months ago

weeraravee commented 8 months ago

I am using the latest 1.6.1 version of sockjs-client and Lighthouse reports that sockjs-client uses unload handler.

image

yaofeiaa commented 7 months ago

I am using the latest 1.6.1 version of sockjs-client and Lighthouse reports that sockjs-client uses unload handler. 企业微信截图_58b054a8-66b0-410d-a0a4-ac899513201a

johnwils commented 6 months ago

Meteor.js relies on sockjs-client 1.6.1: https://github.dev/meteor/meteor/tree/devel/packages/socket-stream-client

I'm getting the same issue in my Meteor app:

Screenshot 2024-05-21 at 2 53 16 PM

Related

646