I would like to call Fetch.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 called twice, which causes an error. I would like not to set the auto_events field to FALSE, since I can't change this value after it has been set.
I would like to call Fetch.enable using the
patterns
andhandleAuthRequests
arguments. However, since chromote calls Fetch.enable automatically when a callback is attached to a Fetch event, the method is called twice, which causes an error. I would like not to set theauto_events
field toFALSE
, since I can't change this value after it has been set.For example:
The
session$Page$navigate()
call causes the following warning:It would be useful if either:
auto_events
field to be modified.