MCPcopy
hub / github.com/remix-run/react-router / WritableErrorMonitor

Interface WritableErrorMonitor

packages/react-router-node/stream.ts:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52interface WritableErrorMonitor {
53 cleanup(): void;
54 race<T>(promise: Promise<T>): Promise<T>;
55 throwIfClosed(): void;
56}
57
58function monitorWritableError(writable: Writable): WritableErrorMonitor {
59 let settled = false;

Callers 11

raceFunction · 0.80
waitForDrainFunction · 0.80
withTimeoutFunction · 0.80
renderLoadingIndicatorFunction · 0.80
runHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…