-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol
Description
Version: v7.2.0
Platform: Darwin MacBook-234.local 16.0.0 Darwin Kernel Version 16.0.0: Mon Aug 29 17:56:20 PDT 2016; root:xnu-3789.1.32~3/RELEASE_X86_64 x86_64
Subsystem: v8_inspector
Steps:
- Start
node --inspect
- Go to
http://localhost:9229/json/version
Actual response:
The HTTP /json/version returns the version object wrapped in array
[ {
"Browser": "node.js/v7.2.0",
"Protocol-Version": "1.1"
} ]
Expected response:
The HTTP /json/version should return object in alignment with Chrome and other browsers.
{
"Browser": "node.js/v7.2.0",
"Protocol-Version": "1.1"
}
Metadata
Metadata
Assignees
Labels
inspectorIssues and PRs related to the V8 inspector protocolIssues and PRs related to the V8 inspector protocol