mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Roll chromium to r484159
This commit is contained in:
@@ -84,7 +84,7 @@ class NetworkManager extends EventEmitter {
|
||||
* @param {!Object} event
|
||||
*/
|
||||
_onRequestIntercepted(event) {
|
||||
let request = new InterceptedRequest(this._client, event.InterceptionId, event.request);
|
||||
let request = new InterceptedRequest(this._client, event.interceptionId, event.request);
|
||||
this._requestInterceptor(request);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user