Remove did-get-response-details and did-get-redirect-request events
https://chromium-review.googlesource.com/c/chromium/src/+/805008 https://chromium-review.googlesource.com/c/chromium/src/+/786320
This commit is contained in:
parent
3da6450b0c
commit
7b47d69efe
9 changed files with 0 additions and 148 deletions
|
@ -93,39 +93,6 @@ Corresponds to the points in time when the spinner of the tab started spinning.
|
|||
|
||||
Corresponds to the points in time when the spinner of the tab stopped spinning.
|
||||
|
||||
#### Event: 'did-get-response-details' *(Deprecated)*
|
||||
|
||||
Returns:
|
||||
|
||||
* `event` Event
|
||||
* `status` Boolean
|
||||
* `newURL` String
|
||||
* `originalURL` String
|
||||
* `httpResponseCode` Integer
|
||||
* `requestMethod` String
|
||||
* `referrer` String
|
||||
* `headers` Object
|
||||
* `resourceType` String
|
||||
|
||||
Emitted when details regarding a requested resource are available.
|
||||
`status` indicates the socket connection to download the resource.
|
||||
|
||||
**Deprecated**: This event has been deprecated. Use the [`webRequest`](web-request.md) module which provides similar navigation details on a subscription basis.
|
||||
#### Event: 'did-get-redirect-request' *(Deprecated)*
|
||||
|
||||
Returns:
|
||||
|
||||
* `event` Event
|
||||
* `oldURL` String
|
||||
* `newURL` String
|
||||
* `isMainFrame` Boolean
|
||||
* `httpResponseCode` Integer
|
||||
* `requestMethod` String
|
||||
* `referrer` String
|
||||
* `headers` Object
|
||||
|
||||
Emitted when a redirect is received while requesting a resource.
|
||||
**Deprecated**: This event has been deprecated. Use the [`webRequest`](web-request.md) module which provides similar navigation details on a subscription basis.
|
||||
#### Event: 'dom-ready'
|
||||
|
||||
Returns:
|
||||
|
|
|
@ -663,33 +663,6 @@ Corresponds to the points in time when the spinner of the tab starts spinning.
|
|||
|
||||
Corresponds to the points in time when the spinner of the tab stops spinning.
|
||||
|
||||
### Event: 'did-get-response-details' *(Deprecated)*
|
||||
|
||||
Returns:
|
||||
|
||||
* `status` Boolean
|
||||
* `newURL` String
|
||||
* `originalURL` String
|
||||
* `httpResponseCode` Integer
|
||||
* `requestMethod` String
|
||||
* `referrer` String
|
||||
* `headers` Object
|
||||
* `resourceType` String
|
||||
|
||||
Fired when details regarding a requested resource is available.
|
||||
`status` indicates socket connection to download the resource.
|
||||
|
||||
**Deprecated**: This event has been deprecated. Use the [`webRequest`](web-request.md) module which provides similar navigation details on a subscription basis.
|
||||
### Event: 'did-get-redirect-request' *(Deprecated)*
|
||||
|
||||
Returns:
|
||||
|
||||
* `oldURL` String
|
||||
* `newURL` String
|
||||
* `isMainFrame` Boolean
|
||||
|
||||
Fired when a redirect was received while requesting a resource.
|
||||
**Deprecated**: This event has been deprecated. Use the [`webRequest`](web-request.md) module which provides similar navigation details on a subscription basis.
|
||||
### Event: 'dom-ready'
|
||||
|
||||
Fired when document in the given frame is loaded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue