mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Document resourceType arg for did-get-response-details event.
This commit is contained in:
@@ -68,6 +68,7 @@ Returns:
|
||||
* `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.
|
||||
|
||||
@@ -510,6 +510,7 @@ Returns:
|
||||
* `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.
|
||||
|
||||
Reference in New Issue
Block a user