Skip to main content

Module types

Module types 

Source
Expand description

Public types for the Fetch interception API.

Structs§

RequestInfo
Information about an intercepted request, surfaced to rule closures and stream consumers.
RequestOverrides
Per-field overrides for Fetch.continueRequest.
ResponseInfo
Information about a response paused at the Response stage.
ResponseOverrides
Per-field overrides for Fetch.continueResponse.

Enums§

AbortReason
Reason supplied to Fetch.failRequest when aborting an intercepted request.
RequestStage
The lifecycle stage at which Chrome pauses an intercepted request.
ResourceType
Resource type classification for an intercepted request.