UNPKG

x-ng2-http-interceptor

Version:
15 lines (14 loc) 451 B
import { InterceptorRequest } from './interceptor-request'; export declare class InterceptorRequestInternal extends InterceptorRequest { /** * Hack * TODO: Point to typescript bug */ constructor(); getShortCircuitAtCurrentStep(): boolean; getAlsoForceRequestCompletion(): boolean; getAlreadyShortCircuited(): boolean; getShortCircuitTriggeredBy(): number; getErr(): any; getErrEncounteredAt(): number; }