The Node.js client will now properly receive binary data as Buffers instead of ArrayBuffers, when connecting with WebTransport. Browser clients will still receive ArrayBuffers though (or Blobs, if `socket.binaryType` is set to "blob").