Skip to main content
Latest
method Connection.prototype.send
Re-export
import { Connection } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

Parameters

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

Returns

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