SIGN IN SIGN UP
socketio / socket.io UNCLAIMED

Realtime application framework (Node.JS server)

0 0 0 TypeScript

fix: remove the Partial modifier from the socket.data type (#4740)

Wrapping SocketData with Partial causes issues when reading data even
if you've made sure to pass all values. If someone want to make their
type Partial or make only a few properties optional, they can do so in
their own type instead.

Related: https://github.com/socketio/socket.io/issues/4537
S
SyedTayyabUlMazhar committed
e5c62cad60fc7d16fbb024fd9be1d1880f4e6f5f
Parent: 01d3762
Committed by GitHub <noreply@github.com> on 6/20/2023, 5:49:02 AM