For example, if within the first fetch/rpc I do ```ts // Using KV for simplicity const a = txn.get("

For example, if within the first fetch/rpc I do
// Using KV for simplicity
const a = txn.get("foo")
I wouldn't be able to do this in the second fetch/rpc
txn.put("bar", a + "yo");
Was this page helpful?