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

This commit is contained in:
David Sanders
2021-06-28 15:52:06 -07:00
committed by GitHub
parent e4807ac020
commit 9142563748

View File

@@ -155,7 +155,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