puppeteer/src/common
Tom Jenkinson 3c6029c702
feat(api): implement Page.waitForNetworkIdle() (#5140)
which will wait for there to be no network requests in progress during the `idleTime` before resolving.
2021-09-11 22:28:12 +02:00
..
Accessibility.ts feat(chromium): roll to Chromium 92.0.4512.0 (r884014) (#7288) 2021-05-26 16:44:29 +00:00
AriaQueryHandler.ts refactor(common): move actual constants (#7512) 2021-09-10 19:28:30 +00:00
assert.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
Browser.ts chore: add type to resolve function (#7352) 2021-06-24 08:30:21 +00:00
BrowserConnector.ts chore: upgrade and pin prettier dependencies (#7232) 2021-05-12 16:48:30 +02:00
BrowserWebSocketTransport.ts chore(agnostification): agnostify web socket connections (#6520) 2020-10-19 10:32:41 +01:00
Connection.ts chore: documentation improvements 2021-07-09 09:12:01 +01:00
ConnectionTransport.ts docs: fix more tsdoc warnings 2021-04-12 14:57:05 +01:00
ConsoleMessage.ts docs: fix some tsdoc warning messages (#7059) 2021-04-06 08:58:01 +00:00
Coverage.ts chore: remove more ts-doc warnings (#7422) 2021-07-19 10:39:40 +01:00
Debug.ts fix: configure debug logging in browser (#6210) 2020-07-20 11:05:12 +01:00
DeviceDescriptors.ts feat: add more Android models to DeviceDescriptors (#7210) 2021-09-11 17:50:35 +00:00
Dialog.ts docs: fix some tsdoc warning messages (#7059) 2021-04-06 08:58:01 +00:00
DOMWorld.ts chore: upgrade and pin prettier dependencies (#7232) 2021-05-12 16:48:30 +02:00
EmulationManager.ts chore: upgrade and pin prettier dependencies (#7232) 2021-05-12 16:48:30 +02:00
Errors.ts docs: fix more tsdoc warnings 2021-04-12 14:57:05 +01:00
EvalTypes.ts docs: fix some tsdoc warning messages (#7059) 2021-04-06 08:58:01 +00:00
EventEmitter.ts chore: add documentation for missing methods 2021-05-26 15:37:38 +01:00
Events.ts chore: migrate NetworkManager events (#6174) 2020-07-07 16:43:55 +01:00
ExecutionContext.ts chore: upgrade and pin prettier dependencies (#7232) 2021-05-12 16:48:30 +02:00
fetch.ts chore(agnostification): split up launcher class (#6484) 2020-10-12 10:08:57 +01:00
FileChooser.ts chore: fix eslint warnings around type defs (#7230) 2021-05-12 17:43:05 +01:00
FrameManager.ts fix: make $ and $$ selectors generic (#6883) 2021-03-25 11:40:34 +00:00
helper.ts feat: add a streaming version for page.pdf 2021-06-23 14:51:38 +02:00
HTTPRequest.ts chore: remove more ts-doc warnings (#7422) 2021-07-19 10:39:40 +01:00
HTTPResponse.ts chore: enforce file extensions on imports (#6202) 2020-07-13 10:22:26 +01:00
Input.ts chore(docs): fix tsdoc warnings 2021-07-12 10:42:44 +01:00
JSHandle.ts feat(api): make page.isDragInterceptionEnabled a method (#7419) 2021-07-13 11:37:39 +02:00
LifecycleWatcher.ts docs: fix more tsdoc warnings 2021-04-12 14:57:05 +01:00
NetworkConditions.ts fix: wider compat TS types and CI checks to ensure correct type defs (#6855) 2021-02-10 12:04:36 +00:00
NetworkManager.ts feat(api): implement Page.waitForNetworkIdle() (#5140) 2021-09-11 22:28:12 +02:00
Page.ts feat(api): implement Page.waitForNetworkIdle() (#5140) 2021-09-11 22:28:12 +02:00
PDFOptions.ts feat(page): add omitBackground option for page.pdf method (#6981) 2021-03-18 19:57:32 +00:00
Product.ts chore(agnostification): split up launcher class (#6484) 2020-10-12 10:08:57 +01:00
Puppeteer.ts docs: fix some tsdoc warning messages (#7059) 2021-04-06 08:58:01 +00:00
PuppeteerViewport.ts fix: expose Viewport type (#6881) 2021-02-12 12:32:27 +00:00
QueryHandler.ts chore: upgrade and pin prettier dependencies (#7232) 2021-05-12 16:48:30 +02:00
SecurityDetails.ts chore: use devtools-protocol package (#6172) 2020-07-10 11:51:52 +01:00
Target.ts fix: added comments for browsercontext, startCSSCoverage, and startJSCoverage. (#7264) 2021-05-25 07:47:25 +01:00
TimeoutSettings.ts chore(docs): fix DOMWorld doc warnings (#6166) 2020-07-06 12:37:16 +01:00
Tracing.ts fix: use non-deprecated tracing categories api (#7413) 2021-09-10 20:23:35 +00:00
USKeyboardLayout.ts chore(docs): reduce warnings when generating docs (#6138) 2020-07-02 12:15:39 +01:00
WebWorker.ts chore: add documentation for missing methods 2021-05-26 15:37:38 +01:00