Package-level declarations
Types
Authorization challenge for HTTP status code 401 or 407.
Response to an AuthChallenge.
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:
Request object containing input parameters for the FetchDomain.continueRequest command.
A dummy response object for the FetchDomain.continueRequest command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the FetchDomain.continueResponse command.
A dummy response object for the FetchDomain.continueResponse command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the FetchDomain.continueWithAuth command.
A dummy response object for the FetchDomain.continueWithAuth command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A dummy response object for the FetchDomain.disable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the FetchDomain.enable command.
A dummy response object for the FetchDomain.enable command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the FetchDomain.failRequest command.
A dummy response object for the FetchDomain.failRequest command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A domain for letting clients substitute browser's network layer with client code.
Request object containing input parameters for the FetchDomain.fulfillRequest command.
A dummy response object for the FetchDomain.fulfillRequest command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the FetchDomain.getResponseBody command.
Response type for the FetchDomain.getResponseBody command.
Response HTTP header entry
Unique request identifier.
Stages of the request to handle. Request will intercept before the request is sent. Response will intercept after the response is received (but before response body is received).
Request object containing input parameters for the FetchDomain.takeResponseBodyAsStream command.
Response type for the FetchDomain.takeResponseBodyAsStream command.