Dmitry Gozman
|
eab5ff4eae
|
chore(rpc): use channels types in dispatchers (#3549)
This ensures we actually implement channels as intended.
For example, this change found an issue with Route.fulfill.
|
2020-08-20 11:25:33 -07:00 |
|
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 |
|
Dmitry Gozman
|
2d5c0328cd
|
feat(rpc): return objects for every protocol command (#2950)
For future extensibility, returning objects with fields instead
of plain strings or channels.
|
2020-07-14 18:26:50 -07:00 |
|
Pavel Feldman
|
d5bd459986
|
chore(rpc): remove some paths from the channel (#2934)
|
2020-07-14 10:51:37 -07:00 |
|