MCPcopy Index your code
hub / github.com/wendux/fly / FlyResponseInterceptor

Interface FlyResponseInterceptor

index.d.ts:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 clear(): void;
44}
45export interface FlyResponseInterceptor<V> {
46 use(onSucceed?: (response: V) => any, onError?: (err: Error) => any): void;
47 lock(): void;
48 unlock(): void;
49
50 clear(): void;
51}
52
53export interface Fly {
54 config: FlyRequestConfig;

Callers

nothing calls this directly

Implementers 2

Fly_.js
Flysrc/fly.js

Calls

no outgoing calls

Tested by

no test coverage detected