The implicit execution context: when exactly one connection is
attached (the Durable Object model — one object, one connection),
the execute-family terminators fall back to it, so callers (and
remote clients) can write .execute() with no token. Ambiguous
(zero or several attached) throws — pass a Connection explicitly
then, as transaction bodies always should (tx).
The implicit execution context: when exactly one connection is attached (the Durable Object model — one object, one connection), the execute-family terminators fall back to it, so callers (and remote clients) can write
.execute()with no token. Ambiguous (zero or several attached) throws — pass a Connection explicitly then, as transaction bodies always should (tx).