capnweb@0.9.0
Minor Changes
-
#186
c70bbb7Thanks @teamchong! - Add transport encoding levels so custom RPC transports can work withjsonCompatiblevalues,jsonCompatibleWithBytesvalues, orstructuredClonablemessages instead of always receiving JSON strings.Note:
MessagePortsessions 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 aMessagePortsession must upgrade to this version together.