Documentation
    Preparing search index...
    interface PollContext {
        attempt: number;
        options: RequestOptions;
        request: Request;
        response: Response;
    }
    Index

    Properties

    attempt: number
    request: Request
    response: Response