playwright/src/rpc
Dmitry Gozman 1aee8dfc7c
feat(rpc): align types/guids in the protocol with their pdl definition (#3079)
This makes the protocol self-explanatory, and avoids silly conversions
in codegenerators, e.g. cdpSession <-> CDPSession.
2020-07-22 10:37:21 -07:00
..
client feat(rpc): align types/guids in the protocol with their pdl definition (#3079) 2020-07-22 10:37:21 -07:00
server feat(rpc): align types/guids in the protocol with their pdl definition (#3079) 2020-07-22 10:37:21 -07:00
channels.ts api: make clear the use of null in page.emulateMedia (#3078) 2020-07-21 18:56:41 -07:00
client.ts feat(rpc): align types/guids in the protocol with their pdl definition (#3079) 2020-07-22 10:37:21 -07:00
protocol.pdl api: make clear the use of null in page.emulateMedia (#3078) 2020-07-21 18:56:41 -07:00
serializers.ts feat(rpc): remove last union types from the protocol (#3059) 2020-07-21 12:44:30 -07:00
server.ts feat(rpc): gracefully close browsers in server process on disconnect (#3005) 2020-07-17 16:14:23 -07:00
transport.ts feat(rpc): run rpc tests in-process and out-of-process (#2929) 2020-07-13 15:00:20 -07:00