[][src]Type Definition seed::browser::web_socket::BinaryType

type BinaryType = BinaryType;

WebSocket message data is either text or binary. Binary data can be represented as Blob (default) or ArrayBuffer.