puppeteer/packages/puppeteer-core/src/common
2023-09-14 11:57:06 +02:00
..
bidi chore: use throwIfDisposed in ElementHandle and JSHandle (#10904) 2023-09-14 11:57:06 +02:00
Accessibility.ts feat: roll to Chrome 117.0.5938.62 (r1181205) (#10893) 2023-09-13 14:35:47 +00:00
AriaQueryHandler.ts feat: roll to Chrome 117.0.5938.62 (r1181205) (#10893) 2023-09-13 14:35:47 +00:00
Binding.ts chore: turn on rulesdir/use-using (#10806) 2023-08-30 10:02:59 +00:00
Browser.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
BrowserConnector.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
BrowserWebSocketTransport.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
CDPSession.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
ChromeTargetManager.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
common.ts feat: implement typed events (#10889) 2023-09-13 15:47:55 +02:00
Configuration.ts fix: downloadPath should be used by the install script (#10163) 2023-05-11 17:09:24 +00:00
Connection.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
ConnectionTransport.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
ConsoleMessage.ts docs: remove some redundant instances of @returns (#9943) 2023-03-30 11:54:00 +00:00
Coverage.ts feat: implement typed events (#10889) 2023-09-13 15:47:55 +02:00
CustomQueryHandler.ts chore: remove excess internal comments (#10827) 2023-08-31 16:39:58 +02:00
Debug.ts fix: remove oopif expectations and fix oopif flakiness (#9375) 2022-12-09 11:36:39 +00:00
Device.ts fix: update dependencies (#9781) 2023-03-06 13:43:37 +01:00
DeviceRequestPrompt.test.ts feat: implement typed events (#10889) 2023-09-13 15:47:55 +02:00
DeviceRequestPrompt.ts feat: implement typed events (#10889) 2023-09-13 15:47:55 +02:00
Dialog.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
ElementHandle.ts feat: implement improved Drag n' Drop APIs (#10651) 2023-09-14 11:14:30 +02:00
EmulationManager.ts feat: implement typed events (#10889) 2023-09-13 15:47:55 +02:00
Errors.ts chore: network module for BiDi (#10159) 2023-05-22 14:52:31 +02:00
EventEmitter.test.ts feat: implement typed events (#10889) 2023-09-13 15:47:55 +02:00
EventEmitter.ts feat: implement typed events (#10889) 2023-09-13 15:47:55 +02:00
ExecutionContext.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
fetch.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
FileChooser.ts docs: improve docs on file upload (#10058) 2023-04-21 14:15:19 +02:00
FirefoxTargetManager.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
Frame.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
FrameManager.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
FrameTree.ts chore: rename BiDi classes with Bidi prefix (#10815) 2023-08-30 14:20:25 +02:00
GetQueryHandler.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
HandleIterator.ts chore: turn on rulesdir/use-using (#10806) 2023-08-30 10:02:59 +00:00
HTTPRequest.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
HTTPResponse.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
Input.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
IsolatedWorld.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
IsolatedWorlds.ts chore: re-export all exports (#9241) 2022-11-10 17:11:18 +01:00
JSHandle.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
LazyArg.ts chore: enable 'return-await` (#10832) 2023-09-01 09:49:33 +02:00
LifecycleWatcher.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
NetworkEventManager.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
NetworkManager.test.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
NetworkManager.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
NodeWebSocketTransport.ts refactor: remove setImmediate (#10856) 2023-09-07 10:44:33 +02:00
Page.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
PDFOptions.ts docs: use code block for single values (#9936) 2023-03-29 15:27:29 +02:00
PierceQueryHandler.ts chore: Add EsLint rule import/order (#9685) 2023-02-15 15:09:31 -08:00
PQueryHandler.ts chore: implement P queries (#9639) 2023-02-15 10:42:32 -08:00
PredefinedNetworkConditions.ts fix!: deprecate indirect network condition imports (#9074) 2022-10-06 23:52:58 +02:00
Product.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
Puppeteer.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
PuppeteerViewport.ts docs: use code block for single values (#9936) 2023-03-29 15:27:29 +02:00
QueryHandler.ts chore: refactor handles to use realms (#10830) 2023-09-01 12:12:29 +00:00
ScriptInjector.ts refactor: custom query handlers and global bindings (#9678) 2023-02-15 07:33:18 -08:00
SecurityDetails.ts docs: remove some redundant instances of @returns (#9943) 2023-03-30 11:54:00 +00:00
Target.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
TargetManager.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
TaskQueue.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
TextQueryHandler.ts refactor: migrate to iterator-based query handlers (#9676) 2023-02-14 13:31:30 -08:00
TimeoutSettings.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
Tracing.ts feat: implement typed events (#10889) 2023-09-13 15:47:55 +02:00
types.ts chore: implement throwIfDisposed (#10819) 2023-08-31 14:04:40 +02:00
USKeyboardLayout.ts feat: separate puppeteer and puppeteer-core (#9023) 2022-10-05 14:17:03 +02:00
util.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
WaitTask.ts chore: refactor Sandbox and IsolatedWorld (#10807) 2023-08-30 12:24:38 +02:00
WebWorker.ts refactor: align names (#10903) 2023-09-13 21:57:26 +02:00
XPathQueryHandler.ts refactor: migrate to iterator-based query handlers (#9676) 2023-02-14 13:31:30 -08:00