You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Null data on response should be wrapped in JSON object
In the `send a response` algorithm, when the data to be returned as the
response for a command is `null`, it should be wrapped in a JSON object
with a `value` property set to `null` rather than sending no body. Fixes
issue #807.
0 commit comments