puppeteer/utils/doclint/check_public_api
Andrey Lushnikov 927d0f443b
feat(page): support waitUntil option for page.setContent (#3557)
This patch teaches `page.setContent` to await resources in
the new document.

**NOTE**: This patch changes behavior: currently, `page.setContent`
awaits the `"domcontentloaded"` event; with this patch, we can now await
other lifecycle events, and switched default to the `"load"` event.

The change is justified since current behavior made `page.setContent`
unusable for its main designated usecases, pushing our client
to use [dataURL workaround](https://github.com/GoogleChrome/puppeteer/issues/728#issuecomment-334301491).

Fixes #728
2018-11-20 15:32:46 -08:00
..
test test: setup sandbox on linux (#3530) 2018-11-12 23:26:16 -08:00
Documentation.js chore: Spelling and Markdown Consistency (#1998) 2018-02-08 22:59:46 -05:00
index.js feat(page): support waitUntil option for page.setContent (#3557) 2018-11-20 15:32:46 -08:00
JSBuilder.js chore: stop using console.assert everywhere (#2646) 2018-05-31 16:53:51 -07:00
MDBuilder.js chore: Spelling and Markdown Consistency (#1998) 2018-02-08 22:59:46 -05:00