I'm trying to create a worker to use as a service binding following the instruction in the recent bl
I'm trying to create a worker to use as a service binding following the instruction in the recent blog post
This is promptly followed by the error:
blog post link:
https://blog.cloudflare.com/javascript-native-rpc
How to fix?
javascript native RPC but the worker fails immediately with the warning:This is promptly followed by the error:
blog post link:
https://blog.cloudflare.com/javascript-native-rpc
How to fix?
The Cloudflare Blog
Cloudflare Workers now features a built-in RPC (Remote Procedure Call) system for use in Worker-to-Worker and Worker-to-Durable Object communication, with absolutely minimal boilerplate. We've designed an RPC system so expressive that calling a remote service can feel like using a library.

