x-ng2-http-interceptor
Version:
Adds interception capability around angular http api
15 lines (14 loc) • 451 B
TypeScript
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;
}