schickling/chromeless

Feature request for some page events

shawnliujw opened this issue · 0 comments

Is there any plan to add event listener to the page instance ?
like the event request from puppeteer:

event: 'request'

Emitted when a page issues a request. The request object is read-only. In order to intercept and mutate requests, see page.setRequestInterception.