Skip to main content
Module

x/cav/dom.ts>client

A server framework for Deno
Go to Latest
function client
import { client } from "https://deno.land/x/cav@0.2.3/dom.ts";

Creates a new client function for making requests to remote Cav handlers. If the type of the handler is provided and it's a Cav handler, the client will have end-to-end typesafety turned on.

Type Parameters

optional
T extends Handler = never

Parameters

optional
init: ClientInit