The Workers Runtime contains a built-in RPC system with similar semantics to Cap'n Web. Lately, we've started calling this built-in system "Cap'n Web", too, since it's so similar in usage.
There are currently some things Cap'n Web supports which the built-in RPC system doesn't, and vice versa. We should reconcile this, so that they have feature parity. For example:
- Built-in RPC doesn't support
.onRpcBroken()
- Built-in RPC doesn't support
.map()
The Workers Runtime contains a built-in RPC system with similar semantics to Cap'n Web. Lately, we've started calling this built-in system "Cap'n Web", too, since it's so similar in usage.
There are currently some things Cap'n Web supports which the built-in RPC system doesn't, and vice versa. We should reconcile this, so that they have feature parity. For example:
.onRpcBroken().map()