puppeteer/src/common
Jack Franklin 19f188a852
chore: forbid importing src/common/Events.ts (#6183)
This file is now deprecated and only used by the coverage tool and
DocLint - these tools will be updated to not rely on it in the future.

We now have events defined per class - e.g. all the events that `Page`
can emit are defined in the `PageEmittedEvents` enum, and similar. We
have to keep `Events.ts` around for the aforementioned tools, but don't
want its usage creeping back into our source code.
2020-07-08 16:03:16 +01:00
..
Accessibility.ts chore: enforce a max line length on comments (#6055) 2020-06-19 15:39:03 +01:00
assert.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
Browser.ts chore(docs): migrate Connection + CDP event defs (#6180) 2020-07-08 11:11:01 +01:00
Connection.ts chore(docs): migrate Connection + CDP event defs (#6180) 2020-07-08 11:11:01 +01:00
ConnectionTransport.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
ConsoleMessage.ts chore: avoid disabling prettier (#6079) 2020-06-23 15:02:22 +01:00
Coverage.ts docs(new): Add TSDoc to Coverage class (#6106) 2020-06-29 09:53:28 +01:00
Debug.ts chore(agnostic): Migrate DOMWorld (#6054) 2020-06-25 13:01:46 +02:00
DeviceDescriptors.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
Dialog.ts chore: enforce a max line length on comments (#6055) 2020-06-19 15:39:03 +01:00
DOMWorld.ts chore(docs): fix DOMWorld doc warnings (#6166) 2020-07-06 12:37:16 +01:00
EmulationManager.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
Errors.ts docs(new): migrate TimeoutError to TSDoc (#6062) 2020-06-22 10:34:57 +02:00
EvalTypes.ts feat(types): add types for $eval (#6135) 2020-07-02 10:09:34 +01:00
EventEmitter.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
Events.ts chore: migrate NetworkManager events (#6174) 2020-07-07 16:43:55 +01:00
ExecutionContext.ts feat(types): add (and fix) evaluateHandle types (#6130) 2020-07-01 12:44:08 +01:00
FileChooser.ts docs(new): migrate FileChooser docs to TSDoc (#6092) 2020-06-25 13:01:36 +02:00
FrameManager.ts chore: migrate FrameManager events from Events.ts (#6179) 2020-07-08 11:00:11 +01:00
helper.ts chore: remove helper.promisify (#6100) 2020-06-25 13:01:46 +02:00
HTTPRequest.ts chore(docs): document HTTPRequest with TSDoc (#6146) 2020-07-03 14:28:45 +01:00
HTTPResponse.ts docs(new): migrate HTTPResponse docs to TSDoc (#6085) 2020-06-25 13:01:46 +02:00
Input.ts feat: add Mouse#wheel (#6141) 2020-07-06 09:27:17 +02:00
JSHandle.ts feat(types): add types for page.$$eval (#6139) 2020-07-03 15:23:51 +01:00
LifecycleWatcher.ts chore: forbid importing src/common/Events.ts (#6183) 2020-07-08 16:03:16 +01:00
NetworkManager.ts chore: migrate NetworkManager events (#6174) 2020-07-07 16:43:55 +01:00
Page.ts chore: forbid importing src/common/Events.ts (#6183) 2020-07-08 16:03:16 +01:00
Puppeteer.ts chore(docs): fix incorrect @returns on getter (#6175) 2020-07-08 10:29:58 +01:00
PuppeteerViewport.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
QueryHandler.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
SecurityDetails.ts docs(new): migrate SecurityDetails docs to TSDoc (#6053) 2020-06-19 15:30:28 +02:00
Target.ts chore(docs): migrate & document all Page events (#6154) 2020-07-06 11:34:55 +01:00
TimeoutSettings.ts chore(docs): fix DOMWorld doc warnings (#6166) 2020-07-06 12:37:16 +01:00
Tracing.ts chore(docs): reduce warnings when generating docs (#6138) 2020-07-02 12:15:39 +01:00
USKeyboardLayout.ts chore(docs): reduce warnings when generating docs (#6138) 2020-07-02 12:15:39 +01:00
WebSocketTransport.ts chore: create common directory (#6042) 2020-06-18 15:53:23 +01:00
WebWorker.ts chore(docs): reduce warnings when generating docs (#6138) 2020-07-02 12:15:39 +01:00