Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 337 Bytes

puppeteer.connectioncallback.reject.md

File metadata and controls

23 lines (16 loc) · 337 Bytes
sidebar_label
ConnectionCallback.reject

ConnectionCallback.reject() method

Signature:

interface ConnectionCallback {
  reject(args: unknown): void;
}

Parameters

Parameter Type Description
args unknown

Returns:

void