puppeteer/src
Jack Franklin 309d8115c3
chore: Revert Mitt due to breaking changes (#5952)
Replacing the Node EventEmitter with Mitt caused more problems than
anticipated for end users due to the API differences and the amount of
people who relied on the EventEmitter API. In hindsight this clearly
should have been explored more and then released as a breaking v4.

This commit rolls us back to the built in Node EventEmitter library
which we can release to get everyone back on stable builds. We can then
consider our approach to migrating to Mitt and when we do do that we can
release it as a breaking change and properly document the migration
strategy and approach.
2020-06-02 09:32:02 +01:00
..
launcher chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
.eslintrc.js chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
Accessibility.ts chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
api.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
Browser.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
BrowserFetcher.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
Connection.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
ConnectionTransport.ts chore: remove src/externs.d.ts (#5811) 2020-05-06 14:23:07 +01:00
ConsoleMessage.ts chore: extract ConsoleMessage and FileChooser into its own module (#5856) 2020-05-13 11:30:29 +01:00
Coverage.ts chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
DeviceDescriptors.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Dialog.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
DOMWorld.ts fix: support async functions as an argument for waitForFunction (#5682) 2020-05-19 09:09:31 +02:00
EmulationManager.ts chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
Errors.ts chore: migrate src/Puppeteer to TypeScript (#5789) 2020-05-05 09:36:44 +01:00
Events.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
ExecutionContext.ts chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
FileChooser.ts chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
FrameManager.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
helper.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
HTTPRequest.ts chore: rename Response to HTTPResponse (#5940) 2020-05-29 11:49:30 +01:00
HTTPResponse.ts chore: rename Response to HTTPResponse (#5940) 2020-05-29 11:49:30 +01:00
Input.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
JSHandle.ts chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
Launcher.ts chore: extract BrowserRunner into its own module (#5850) 2020-05-12 16:30:13 +01:00
LifecycleWatcher.ts chore: rename Response to HTTPResponse (#5940) 2020-05-29 11:49:30 +01:00
NetworkManager.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
Page.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
PipeTransport.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
protocol.d.ts Don't use expect within Promises (#5466) (#5473) 2020-05-26 09:22:11 +01:00
Puppeteer.ts chore: extract BrowserRunner into its own module (#5850) 2020-05-12 16:30:13 +01:00
PuppeteerViewport.ts chore: remove src/externs.d.ts (#5811) 2020-05-06 14:23:07 +01:00
QueryHandler.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
SecurityDetails.ts chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
Target.ts chore: rename Worker to WebWorker (#5941) 2020-05-29 12:57:54 +01:00
TimeoutSettings.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
Tracing.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
USKeyboardLayout.ts chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
WebSocketTransport.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00
WebWorker.ts chore: Revert Mitt due to breaking changes (#5952) 2020-06-02 09:32:02 +01:00