mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-08 22:48:20 -05:00
The "_placeholder" attribute is used when sending binary data, and was
incorrectly mangled (converted to a random short property, like "it",
to reduce the bundle size).
Related:
- ca9e994815
- https://github.com/socketio/socket.io/issues/5215
[skip ci]