testing/cross_backend/cell_cross_helpers.ts view source
(transport: FetchTransport, path: string, method: string, params: unknown, headers: Record<string, string>): Promise<RpcResult> import {cross_rpc_call} from '@fuzdev/fuz_app/testing/cross_backend/cell_cross_helpers.js'; POST a JSON-RPC call over a cross-process FetchTransport with the given
auth headers. Distinct from testing/rpc_helpers.ts's app-based rpc_call: this
variant drives the cookie-jar FetchTransport the cross-backend harness
spawns against, and returns the slim RpcResult the cell suites read.
transport
path
stringmethod
stringparams
unknownheaders
Record<string, string>returns
Promise<RpcResult>