Skip to content

Commit

Permalink
fix webRequest.onBeforeSendHeaders' attributes (#32474)
Browse files Browse the repository at this point in the history
Co-authored-by: Wayne Huang <zjason4202@gmail.com>
  • Loading branch information
WeiZhiHuang and Wayne Huang committed Jan 26, 2022
1 parent 7f517ba commit 8ec81c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/web-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Some examples of valid `urls`:
* `resourceType` string - Can be `mainFrame`, `subFrame`, `stylesheet`, `script`, `image`, `font`, `object`, `xhr`, `ping`, `cspReport`, `media`, `webSocket` or `other`.
* `referrer` string
* `timestamp` Double
* `uploadData` [UploadData[]](structures/upload-data.md) (optional)
* `requestHeaders` Record<string, string>
* `callback` Function
* `beforeSendResponse` Object
Expand Down

0 comments on commit 8ec81c1

Please sign in to comment.