MCPcopy
hub / github.com/plotly/dash / PendingRequest

Interface PendingRequest

dash/dash-renderer/src/utils/workerClient.ts:43–46  ·  view source on GitHub ↗

Pending callback request

Source from the content-addressed store, hash-verified

41
42/** Pending callback request */
43interface PendingRequest {
44 resolve: (value: CallbackResponse) => void;
45 reject: (error: Error) => void;
46}
47
48/**
49 * Client for the Dash WebSocket SharedWorker.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…