Browse Source

docs: remove requestHeaders in webRequest.onHeadersReceived (#29932)

Co-authored-by: David Sanders <[email protected]>
trop[bot] 3 years ago
parent
commit
ede6cb7edf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/api/web-request.md

+ 0 - 1
docs/api/web-request.md

@@ -154,7 +154,6 @@ response are visible by the time this listener is fired.
     * `timestamp` Double
     * `statusLine` String
     * `statusCode` Integer
-    * `requestHeaders` Record<string, string>
     * `responseHeaders` Record<string, string[]> (optional)
   * `callback` Function
     * `headersReceivedResponse` Object