An interface for the additional object that's supplied in the BlockingResponse callback.

Details here: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/webRequest/onBeforeRequest#details

Hierarchy

  • IDetails

Index

Properties

frameAncestors

frameAncestors: any[]

frameId

frameId: number

method

method: string

originUrl

originUrl: string

parentFrameId

parentFrameId: number

Optional proxyInfo

proxyInfo: any

Optional requestBody

requestBody: any

requestId

requestId: string

tabId

tabId: number

timeStamp

timeStamp: number

type

type: browser.webRequest.ResourceType

url

url: string