MCPcopy
hub / github.com/microsoft/playwright / reject

Method reject

packages/protocol/src/channels.d.ts:5210–5210  ·  view source on GitHub ↗
(params: BindingCallRejectParams, progress?: Progress)

Source from the content-addressed store, hash-verified

5208export interface BindingCallChannel extends BindingCallEventTarget, Channel {
5209 _type_BindingCall: boolean;
5210 reject(params: BindingCallRejectParams, progress?: Progress): Promise<BindingCallRejectResult>;
5211 resolve(params: BindingCallResolveParams, progress?: Progress): Promise<BindingCallResolveResult>;
5212}
5213export type BindingCallRejectParams = {

Callers 15

errorListenerFunction · 0.65
_raceMethod · 0.65
deliverBindingResultMethod · 0.65
runCode.tsFile · 0.65
_handleParsedMessageMethod · 0.65
_disposeMethod · 0.65
onExtensionDisconnectMethod · 0.65
oncloseMethod · 0.65
revealSessionMethod · 0.65
revealPageMethod · 0.65
_tryRevealPendingMethod · 0.65

Implementers 2

ManualPromisepackages/isomorphic/manualPromise.ts
BindingCallDispatcherpackages/playwright-core/src/server/di

Calls

no outgoing calls

Tested by 1

failFunction · 0.52