inspector: convert event params to protocol without json · nodejs/node@e10ef27 · GitHub
Skip to content

Commit e10ef27

Browse files
legendecastargos
authored andcommitted
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

lib/inspector.js

Lines changed: 4 additions & 5 deletions

0 commit comments

Comments
 (0)