ReleaseCloudflare (Workers AI)Cloudflare (Workers AI)published Nov 5, 2025seen Jun 26

cloudflare/capnweb v0.2.0

cloudflare/capnweb

Open original ↗

Captured source

source ↗
published Nov 5, 2025seen Jun 26captured 2whttp 200method plain

v0.2.0

Repository: cloudflare/capnweb

Tag: v0.2.0

Published: 2025-11-05T14:30:35Z

Prerelease: no

Release notes:

Minor Changes

  • #105 `f4275f5` Thanks @kentonv! - Fixed incompatibility with bundlers that don't support top-level await. The top-level await was used for a conditional import; it has been replaced with an approach based on "exports" in package.json instead.

Patch Changes

  • #105 `f4275f5` Thanks @kentonv! - Attempting to remotely access an instance property of an RpcTarget will now throw an exception rather than returning undefined, in order to help people understand what went wrong.
  • #105 `f4275f5` Thanks @kentonv! - Polyfilled Promise.withResolvers() to improve compatibility with old Safari versions and Hermes (React Native).