/** * Resumability hooks. * * A *very* small primitive that lets the server publish JSON-serializable * values which the client can read back without re-running the producer. * Think of it as a typed key/value store that survives the serialization * boundary. * * It is intentionally not a full Qwik-style resumability system — bQuery's * reactive graph is rebuilt on the client. Instead, this primitive helps * applications avoid double-fetching loader-style data by parking it on * `window.__BQUERY_RESUME__` (or a custom global) inside a CSP-nonce-aware * `