You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2023. It is now read-only.
The desire here is to be abel to cancel a resource from being loaded during page.onResourceRequested something like
page.onResourceRequested = function(request) {
if(request.url.indexOf("run.js") > -1) {
return false; // or request.cancel() or request.abort();
}
}
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #230.
🌟 37 people had starred this issue at the time of migration.