puppeteer/utils
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
..
browser test: setup sandbox on linux (#3530) 2018-11-12 23:26:16 -08:00
doclint feat(page): support waitUntil option for page.setContent (#3557) 2018-11-20 15:32:46 -08:00
node6-transform fix(node6): fix one line await arrow functions #2198 2018-03-15 14:54:23 -07:00
protocol-types-generator test: setup sandbox on linux (#3530) 2018-11-12 23:26:16 -08:00
testrunner chore(testrunner): fix readme description (#3293) 2018-09-21 20:44:43 -07:00
testserver chore(testserver): prepare test server (#3294) 2018-09-24 12:46:39 -07:00
apply_next_version.js chore: another attempt to fix pptr@next (#3210) 2018-09-06 21:38:17 +01:00
bisect.js chore(bisect): properly output bisect ranges + output styling (#3523) 2018-11-08 19:17:56 -08:00
check_availability.js chore: stop using console.assert everywhere (#2646) 2018-05-31 16:53:51 -07:00
ESTreeWalker.js feat(launcher): add experimental "transport" option to pptr.connect (#3265) 2018-09-20 11:55:23 -07:00
fetch_devices.js fix(devicedescriptors): fix UA in DeviceDescriptors (#2741) 2018-06-14 13:55:09 -07:00
prepare_puppeteer_core.js feat: prepare for publishing puppeteer-core (#3047) 2018-08-08 15:14:23 -07:00