Variable RequestEventConst
RequestEvent: {
ATTEMPT_ERROR: "attemptError";
BEFORE_REQUEST: "beforeRequest";
BEFORE_SEND: "beforeSend";
ERROR: "error";
FINALLY: "finally";
SUCCESS: "success";
} = ...
Type Declaration
-
ReadonlyATTEMPT_ERROR: "attemptError"
-
ReadonlyBEFORE_REQUEST: "beforeRequest"
-
ReadonlyBEFORE_SEND: "beforeSend"
-
ReadonlyERROR: "error"
-
ReadonlyFINALLY: "finally"
-
ReadonlySUCCESS: "success"