playwright/src/rpc/server
Dmitry Gozman 29504c0824
feat(rpc): make SerializedValue format pdl-friendly (#3007)
This avoids sum types and instead uses different fields
for different types.
2020-07-19 19:46:19 -07:00
..
browserContextDispatcher.ts feat(rpc): use headers array in the protocol (#2959) 2020-07-15 13:21:21 -07:00
browserDispatcher.ts feat(rpc): move leftover extraHTTPHeaders to HeadersArray (#2980) 2020-07-16 13:36:22 -07:00
browserServerDispatcher.ts chore(rpc): move classes around, fix tests, respect dispatcher scopes (#2784) 2020-06-30 22:21:17 -07:00
browserTypeDispatcher.ts feat(rpc): switch Env to use an array, split ignoreDefaultArgs (#2984) 2020-07-17 09:32:27 -07:00
cdpSessionDispatcher.ts feat(rpc): return objects for every protocol command (#2950) 2020-07-14 18:26:50 -07:00
consoleMessageDispatcher.ts chore(rpc): move classes around, fix tests, respect dispatcher scopes (#2784) 2020-06-30 22:21:17 -07:00
dialogDispatcher.ts chore(rpc): move classes around, fix tests, respect dispatcher scopes (#2784) 2020-06-30 22:21:17 -07:00
dispatcher.ts feat(rpc): support no-serialization mode, run hook tests (#2925) 2020-07-13 08:31:20 -07:00
downloadDispatcher.ts feat(rpc): return objects for every protocol command (#2950) 2020-07-14 18:26:50 -07:00
electronDispatcher.ts feat(rpc): make SerializedValue format pdl-friendly (#3007) 2020-07-19 19:46:19 -07:00
elementHandlerDispatcher.ts chore: explicitly type SerializedArgument, fix rpc dispatchEvent (#2988) 2020-07-17 09:53:13 -07:00
frameDispatcher.ts chore: explicitly type SerializedArgument, fix rpc dispatchEvent (#2988) 2020-07-17 09:53:13 -07:00
jsHandleDispatcher.ts chore: explicitly type SerializedArgument, fix rpc dispatchEvent (#2988) 2020-07-17 09:53:13 -07:00
networkDispatchers.ts feat(rpc): use headers array in the protocol (#2959) 2020-07-15 13:21:21 -07:00
pageDispatcher.ts feat(rpc): make SerializedValue format pdl-friendly (#3007) 2020-07-19 19:46:19 -07:00
playwrightDispatcher.ts feat(rpc): migrate DeviceDescriptors payload to an array (#2981) 2020-07-16 13:18:54 -07:00
selectorsDispatcher.ts feat(rpc): return objects for every protocol command (#2950) 2020-07-14 18:26:50 -07:00
streamDispatcher.ts feat(rpc): return objects for every protocol command (#2950) 2020-07-14 18:26:50 -07:00