Eric Bidelman

Results 306 comments of Eric Bidelman

@cdata all of the issues looked fixed. Should we close?

@KyleHorkley FYI, that's not going to work under native shadow.

maybe @cdata @valdrinkoshi @notwaldorf could take a look?

@dagumak couldn't you catch the responses and write the files to a location of your choice? ```js const puppeteer = require('puppeteer'); const fs = require('fs'); const mime = require('mime'); const...

@mickdekkers updated the snippet to include `const buffer = await resp.buffer();`. Bad copy and paste.

For resource types that the renderer doesn't support, the default browser behavior is to download the file. That's probably what's going on here. Could you use pure node apis to...