Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>Connection#send

Headless Chrome Deno API
Latest
method Connection.prototype.send
Re-export
import { Connection } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Type Parameters

T extends keyof ProtocolMapping.Commands

Parameters

method: T
...paramArgs: ProtocolMapping.Commands[T]["paramsType"]

Returns

Promise<ProtocolMapping.Commands[T]["returnType"]>