Creates a multi-stub that executes methods on multiple DOs. Returns the response from the first DO, executes others in background.
Improved version of [browsable object](https://github.com/outerbase/browsable-durable-object) that uses RPC instaed of needing fetch. This has the benefit of not exposing any endpoints when you expose your durable object to the public web. Besides, since
No description provided.