Ashby Thorpe
Ashby Thorpe
I would like to call [Fetch.enable](https://chromedevtools.github.io/devtools-protocol/tot/Fetch/#method-enable) using the `patterns` and `handleAuthRequests` arguments. However, since chromote calls Fetch.enable automatically when a callback is attached to a Fetch event, the method is...
Extends #35
Fixes #14
Fixes #144. Works by keeping track of which domains have been manually enabled, and does not call `enable()` in `inc_event_callback_count()` or `disable()` in `dec_event_callback_count()` until the corresponding `disable()` method is...