mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Remove InterceptedRequest.isHandled() method
This patch removes the InterceptedRequest.isHandled method. There's always a single request interceptor who owns all the intercepted requests and who know if they were handled. References #115.
This commit is contained in:
@@ -369,13 +369,6 @@ class InterceptedRequest {
|
||||
headers: headers
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* @return {boolean}
|
||||
*/
|
||||
isHandled() {
|
||||
return this._handled;
|
||||
}
|
||||
}
|
||||
|
||||
NetworkManager.Events = {
|
||||
|
||||
Reference in New Issue
Block a user