You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds typings for the socket.io engine field, which offers better
IntelliSense when retrieving the server, as well as more confidence on
the developer-side of what types of fields are entering the server.
Related: #4590
dzad
pushed a commit
to dzad/socket.io
that referenced
this issue
May 29, 2023
This adds typings for the socket.io engine field, which offers better
IntelliSense when retrieving the server, as well as more confidence on
the developer-side of what types of fields are entering the server.
Related: socketio#4590
Currently, the underlying engine property typed is typed as any, when it should be a better type, as
engine.io
is written in TypeScript.The text was updated successfully, but these errors were encountered: