Skip to content

decodeMessage

decodeMessage<T>(message): T

Defined in: src/internal/rpc.ts:222

Internal

Decode a RPC message from a string using JSON. This is only done when structured cloning is not available.

T extends Message

string

T