While using this library, we've seen that the readme and the code still mentioned options networkIdleInflight and networkIdleTimeout. Those options are long gone from Puppeteer. I updated the readme and removed references to those options in the code.
I also changed the default from networkidle2 to networkidle0. Based on the doc, this seems the most logical options users would want when rendering. I've made a separate commit for that so it can be removed if you would rather not change the current default.
Hello!
While using this library, we've seen that the readme and the code still mentioned options
networkIdleInflight
andnetworkIdleTimeout
. Those options are long gone from Puppeteer. I updated the readme and removed references to those options in the code.I also changed the default from
networkidle2
tonetworkidle0
. Based on the doc, this seems the most logical options users would want when rendering. I've made a separate commit for that so it can be removed if you would rather not change the current default.