{{ message }}
Commit e10ef27
inspector: convert event params to protocol without json
Event params object can be converted to inspector protocol directly.
This also enables binary data, like `Network.dataReceived`, to be sent
in the inspector protocol from JavaScript since JSON representation
does not support plain binary data.
PR-URL: #57027
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>1 parent 4413ce7 commit e10ef27
11 files changed
Lines changed: 344 additions & 160 deletions

0 commit comments