Closed zshipko closed 2 years ago
It should be possible to use Blob or Uint8Array on the Javascript side to support binary websockets, which would make it possible to remove the base64 encoding that websocket payloads go through.
Blob
Uint8Array
It should be possible to use
Blob
orUint8Array
on the Javascript side to support binary websockets, which would make it possible to remove the base64 encoding that websocket payloads go through.