playwright/packages/playwright-core/src/server/dispatchers
Dmitry Gozman 42328478ea
feat: make console/dialog events based on subscription (#22835)
This way we do not send events from the server unless the client is
interested.

Fixes #22621.
2023-05-05 11:12:33 -07:00
..
androidDispatcher.ts feat(android): add AndroidDevice.close event (#18306) 2022-10-25 18:18:14 -07:00
artifactDispatcher.ts chore: bump the trace packet size to be 1Mb (#22446) 2023-04-17 18:36:08 -07:00
browserContextDispatcher.ts feat: make console/dialog events based on subscription (#22835) 2023-05-05 11:12:33 -07:00
browserDispatcher.ts fix(webkit): properly set user agent in persistent context (#22283) 2023-04-07 19:50:49 -07:00
browserTypeDispatcher.ts chore: move connect utility into localUtils (#17590) 2022-09-27 13:05:06 -07:00
cdpSessionDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
consoleMessageDispatcher.ts feat: browserContext.on('dialog'/'console') (#22805) 2023-05-04 15:11:46 -07:00
debugControllerDispatcher.ts chore(watch): allow toggling browser (#20738) 2023-02-08 08:36:02 -08:00
DEPS.list chore: make bundles typed (#13620) 2022-04-18 17:50:25 -07:00
dialogDispatcher.ts feat: browserContext.on('dialog'/'console') (#22805) 2023-05-04 15:11:46 -07:00
dispatcher.ts chore: sort tracing actions by wall time (#21839) 2023-03-21 10:03:49 -07:00
electronDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
elementHandlerDispatcher.ts chore: conditionally dispatch network events (#18687) 2022-11-09 21:10:57 -08:00
frameDispatcher.ts chore: drop locator.viewportRatio() method (#20131) 2023-01-19 08:46:45 -08:00
jsHandleDispatcher.ts chore: implement jsHandle._objectCount in chromium (#22127) 2023-03-31 15:52:01 -07:00
jsonPipeDispatcher.ts chore: move connect utility into localUtils (#17590) 2022-09-27 13:05:06 -07:00
localUtilsDispatcher.ts feat(connect): support special headers for debug/attachments (#22106) 2023-03-31 08:57:07 -07:00
networkDispatchers.ts chore: explicitly send route's requestUrl for tracing (#21940) 2023-03-23 14:57:03 -07:00
pageDispatcher.ts fix(reuse): ignore late bindings after dispatchers were disposed (#22838) 2023-05-05 11:10:53 -07:00
playwrightDispatcher.ts chore: use client wall time in traces (#21163) 2023-02-23 14:37:53 -08:00
selectorsDispatcher.ts chore: use client wall time in traces (#21163) 2023-02-23 14:37:53 -08:00
streamDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
tracingDispatcher.ts chore: make stacks rendering live in ui mode (#21728) 2023-03-16 18:17:07 -07:00
writableStreamDispatcher.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00