Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v4.2.2/src/client.ts";

Create a RpcTransport that uses the global fetch.

Parameters

options: FetchOptions