Nymph.js 1.0.0-beta.113
    Preparing search index...

    Type Alias HttpRequesterResponseCallback

    HttpRequesterResponseCallback: (
        requester: HttpRequester,
        response: Response,
        text: string,
    ) => void

    Type Declaration

      • (requester: HttpRequester, response: Response, text: string): void
      • Parameters

        • requester: HttpRequester
        • response: Response
        • text: string

        Returns void