Skip to content

capnweb@0.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:09
5161d97

Minor Changes

  • #186 c70bbb7 Thanks @teamchong! - Add transport encoding levels so custom RPC transports can work with jsonCompatible values, jsonCompatibleWithBytes values, or structuredClonable messages instead of always receiving JSON strings.

    Note: MessagePort sessions now post structured-clonable objects over the port instead of JSON strings. This changes the wire format between the two ends of the port, so both ends of a MessagePort session must upgrade to this version together.