Durable Objects have access to fetch(). You would call the Worker from the DO the same way you would
Durable Objects have access to fetch(). You would call the Worker from the DO the same way you would call the Worker from your client. That's what I'm most familiar with. I've only read about using Cloudflare RPC, but none of my production code uses it yet, so that's why I said "you might be able to..." when talking about RPC. I know you can call a DO from its host Worker via RPC. I just don't know if you can call the other way, but I think there is a way with this thing called EventTarget, but again, I know of it, but have never used it, or Cloudflare RPC for that matter.



