Ross Hinkley
Ross Hinkley
Yeah, there's a fix for this in `nightmare-download-manager` that I don't think I ported to this library. I will put it on my todo list. The issue has to do...
I'll take a look at this. I don't think multiple calls is a case that is currently tested for, which is an error on my part.
I suspect not. I'd be wiling to bet a recent release of Nightmare busted this - I made some changes to how `.evaluate()` works, I wonder if that's the issue?...
PR welcome. :)
@GautierT Not yet, it's on my list though. :)
@coodoo What version of Nightmare and nightmare-load-filter are you using, out of curiosity? I tried your example, and if you add logging in the filter callback, it doesn't look like...
> I tried the standard console.log('foo') to no avail. Output will be a part of the Electron `stdout`. Run your script with `DEBUG` and you'll have better luck. > ...yet...
That doesn't surprise me _as_ much: `google.com` is ambiguous and should be "fully qualified" (even if the full qualification is with wildcards, it's required to be explicit about what you...