puppeteer/docs
Paweł Gościcki 78941e562c
docs(api): correct createPDFStream example (#7538)
Prior to this patch, the example results in `browser.close()` being executed before the file is generated/written to disk. One needs to listen for the `end` event on the `ReadableStream` before closing the browser, otherwise an exception is raised:

    UnhandledPromiseRejectionWarning: Error: Protocol error (IO.read): Target closed
2021-09-02 09:26:55 +02:00
..
assets chore: rename image assets 2020-06-02 15:24:25 +02:00
api.md docs(api): correct createPDFStream example (#7538) 2021-09-02 09:26:55 +02:00
issue_template.md chore(issue template): Add Node.js version to Issue template(#1683) (#1684) 2017-12-28 14:24:51 -08:00
troubleshooting.md docs(puppeteer-chromium): remove alpine freetype-dev dependency (#7098) 2021-04-19 07:28:01 +02:00