puppeteer/src/common
2022-05-30 20:34:08 +00:00
..
Accessibility.ts feat(chromium): roll to Chromium 92.0.4512.0 (r884014) (#7288) 2021-05-26 16:44:29 +00:00
AriaQueryHandler.ts fix: make sure ElementHandle.waitForSelector is evaluated in the right context (#7843) 2021-12-21 09:53:20 +01:00
assert.ts feat: add webp to screenshot options (#7565) 2021-09-21 14:26:20 +00:00
Browser.ts feat: allow handling other targets as pages internally (#8336) 2022-05-13 08:04:46 +02:00
BrowserConnector.ts feat: allow handling other targets as pages internally (#8336) 2022-05-13 08:04:46 +02:00
BrowserWebSocketTransport.ts chore(agnostification): agnostify web socket connections (#6520) 2020-10-19 10:32:41 +01:00
Connection.ts fix: types in Connection.ts to be compatible with strict mode Typescript (#7919) 2022-01-21 12:41:21 +01:00
ConnectionTransport.ts fix: types in Connection.ts to be compatible with strict mode Typescript (#7919) 2022-01-21 12:41:21 +01:00
ConsoleMessage.ts docs: fix some tsdoc warning messages (#7059) 2021-04-06 08:58:01 +00:00
Coverage.ts chore(deps): update deps 2022-02-09 14:49:25 +00:00
Debug.ts feat: support ES modules (#8306) 2022-05-09 11:17:24 +00:00
DeviceDescriptors.ts feat: add more models to DeviceDescriptors (#7904) 2022-02-02 18:40:54 +01:00
Dialog.ts docs: fix some tsdoc warning messages (#7059) 2021-04-06 08:58:01 +00:00
DOMWorld.ts chore: strict-mode TS for DOMWorld (#8398) 2022-05-25 15:34:11 +02:00
EmulationManager.ts chore: upgrade and pin prettier dependencies (#7232) 2021-05-12 16:48:30 +02:00
Errors.ts fix: migrate more files to strict-mode TypeScript (#7950) 2022-01-31 15:16:32 +00:00
EvalTypes.ts fix(types): allow evaluate functions to take a readonly array as an argument (#7072) 2021-09-11 21:31:08 +00:00
EventEmitter.ts fix: migrate more files to strict-mode TypeScript (#7950) 2022-01-31 15:16:32 +00:00
Events.ts chore: migrate NetworkManager events (#6174) 2020-07-07 16:43:55 +01:00
ExecutionContext.ts chore(deps): update deps 2022-02-09 14:49:25 +00:00
fetch.ts chore(deps): update deps 2022-02-09 14:49:25 +00:00
FileChooser.ts chore: fix eslint warnings around type defs (#7230) 2021-05-12 17:43:05 +01:00
FrameManager.ts fix: do not use loaderId for lifecycle events (#8395) 2022-05-30 10:30:30 +02:00
helper.ts chore: strict-mode TS for DOMWorld (#8398) 2022-05-25 15:34:11 +02:00
HTTPRequest.ts chore: fix TS issues in NetworkManager (#8386) 2022-05-23 17:41:11 +02:00
HTTPResponse.ts fix!: strict mode fixes for HTTPRequest/Response classes (#8297) 2022-05-05 06:48:03 +00:00
Input.ts fix: use strict TS in Input.ts (#8392) 2022-05-24 14:28:36 +00:00
JSHandle.ts feat: add waitForXPath to ElementHandle (#8329) 2022-05-10 12:45:20 +02:00
LifecycleWatcher.ts fix: do not use loaderId for lifecycle events (#8395) 2022-05-30 10:30:30 +02: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
NetworkEventManager.ts chore: fix TS issues in NetworkManager (#8386) 2022-05-23 17:41:11 +02:00
NetworkManager.ts chore: fix TS issues in NetworkManager (#8386) 2022-05-23 17:41:11 +02:00
Page.ts fix: multiple same request event listener (#8404) 2022-05-30 20:34:08 +00:00
PDFOptions.ts docs: typos and minor documentation issues (#8211) 2022-04-08 11:58:55 +02:00
Product.ts chore(agnostification): split up launcher class (#6484) 2020-10-12 10:08:57 +01:00
Puppeteer.ts fix: typos in documentation (#7968) 2022-02-07 14:03:54 +01:00
PuppeteerViewport.ts fix: expose Viewport type (#6881) 2021-02-12 12:32:27 +00:00
QueryHandler.ts fix: If currentNode and root are the same, do not include them in the result (#8332) 2022-05-11 12:17:02 +00:00
SecurityDetails.ts chore: use devtools-protocol package (#6172) 2020-07-10 11:51:52 +01:00
Target.ts feat: allow handling other targets as pages internally (#8336) 2022-05-13 08:04:46 +02:00
TaskQueue.ts chore: add hared TaskQueue for page.screenshot() again (#6714) 2021-09-23 14:37:35 +02:00
TimeoutSettings.ts chore(docs): fix DOMWorld doc warnings (#6166) 2020-07-06 12:37:16 +01:00
Tracing.ts chore: remove unused tracing category for cpu profiling (#5866) 2021-09-15 11:59:38 +02:00
USKeyboardLayout.ts chore(docs): reduce warnings when generating docs (#6138) 2020-07-02 12:15:39 +01:00
WebWorker.ts chore(deps): update deps 2022-02-09 14:49:25 +00:00