puppeteer/src
Jack Franklin de4f08dc52
chore: migrate src/Page.js to TypeScript (#5809)
* chore: migrate src/Page.js to TypeScript

The final one! This is a huge file and needs to be split up and tidied,
but for now I've left all the definitions in place and converted types
accordingly.

There's some additional tidying we can do now every `src` file is TS,
but I'll leave that for another PR to avoid this one getting any bigger.

Co-authored-by: Mathias Bynens <mathias@qiwi.be>
2020-05-05 13:53:22 +01:00
..
.eslintrc.js
Accessibility.ts chore: Enforce array type styles in TypeScript (#5765) 2020-04-28 15:06:43 +01:00
api.ts chore: migrate src/api.js to TypeScript (#5808) 2020-05-05 10:59:07 +02:00
Browser.ts chore: migrate src/Page.js to TypeScript (#5809) 2020-05-05 13:53:22 +01:00
BrowserFetcher.ts chore: migrate src/Puppeteer to TypeScript (#5789) 2020-05-05 09:36:44 +01:00
Connection.ts chore: migrate src/Browser to TS (#5761) 2020-04-28 14:26:37 +02:00
Coverage.ts chore: enforce naming of errors in catch blocks (#5763) 2020-04-28 15:16:28 +02:00
DeviceDescriptors.ts chore: migrate src/Puppeteer to TypeScript (#5789) 2020-05-05 09:36:44 +01:00
Dialog.ts chore: migrate src/Page.js to TypeScript (#5809) 2020-05-05 13:53:22 +01:00
DOMWorld.ts feat: add support for string-based custom queries (#5753) 2020-04-30 12:45:52 +01:00
EmulationManager.ts chore: migrate src/EmulationManager to TypeScript (#5766) 2020-04-28 18:45:34 +02:00
Errors.ts chore: migrate src/Puppeteer to TypeScript (#5789) 2020-05-05 09:36:44 +01:00
Events.ts chore: migrate src/Events to TypeScript (#5724) 2020-04-23 13:52:09 +02:00
ExecutionContext.ts chore: migrate src/FrameManager to TypeScript (#5773) 2020-04-29 13:28:16 +02:00
externs.d.ts chore: migrate src/Page.js to TypeScript (#5809) 2020-05-05 13:53:22 +01:00
FrameManager.ts chore: migrate src/Page.js to TypeScript (#5809) 2020-05-05 13:53:22 +01:00
helper.ts chore: enforce naming of errors in catch blocks (#5763) 2020-04-28 15:16:28 +02:00
Input.ts chore: migrate src/DOMWorld to TypeScript (#5764) 2020-04-28 15:35:43 +01:00
JSHandle.ts chore: migrate src/Page.js to TypeScript (#5809) 2020-05-05 13:53:22 +01:00
Launcher.ts chore: migrate src/Puppeteer to TypeScript (#5789) 2020-05-05 09:36:44 +01:00
LifecycleWatcher.ts chore: migrate src/NetworkManager to TypeScript (#5774) 2020-04-30 11:15:27 +01:00
NetworkManager.ts chore: migrate src/Page.js to TypeScript (#5809) 2020-05-05 13:53:22 +01:00
Page.ts chore: migrate src/Page.js to TypeScript (#5809) 2020-05-05 13:53:22 +01:00
PipeTransport.ts chore: migrate src/Launcher to TypeScript (#5775) 2020-04-30 13:45:58 +01:00
protocol.d.ts chore: Update protocol.d.ts (#5760) 2020-04-28 11:31:34 +01:00
Puppeteer.ts chore: migrate src/Puppeteer to TypeScript (#5789) 2020-05-05 09:36:44 +01:00
QueryHandler.ts feat: add support for string-based custom queries (#5753) 2020-04-30 12:45:52 +01:00
Target.ts chore: migrate src/Page.js to TypeScript (#5809) 2020-05-05 13:53:22 +01:00
TaskQueue.ts chore: migrate src/Browser to TS (#5761) 2020-04-28 14:26:37 +02:00
TimeoutSettings.ts chore: migrate src/DOMWorld to TypeScript (#5764) 2020-04-28 15:35:43 +01:00
Tracing.ts chore: migrate src/Tracing to TypeScript (#5723) 2020-04-23 13:51:48 +02:00
USKeyboardLayout.ts chore: migrate src/Input to typescript (#5710) 2020-04-22 15:44:04 +01:00
WebSocketTransport.ts chore: migrate src/WebSocketTransport to TypeScript (#5696) 2020-04-21 08:45:52 +02:00
Worker.ts chore: migrate src/Worker to typescript (#5715) 2020-04-22 15:43:45 +01:00