Skip to content

capnweb-validate@0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jun 20:28
fc8601e

Patch Changes

  • #194 4093556 Thanks @teamchong! - Fix @validateRpc() breaking decorated classes that extend other decorated classes: prototype methods are now wrapped in place instead of returning a Proxy from the constructor, so subclass-only methods validate correctly, instances stay real branded RpcTargets, and incoming callback stubs pass through as native stubs (opt in to validating them with validateStub<T>(stub)).