Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/typed_rpc/src/client.ts>fetchTransport

Lightweight JSON-RPC solution for TypeScript projects
Go to Latest
function fetchTransport
import { fetchTransport } from "https://deno.land/x/typed_rpc@v5.1.0/src/client.ts";

Create a RpcTransport that uses the global fetch.

Parameters

options: FetchOptions