-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
v8_inspector: HTTP /json/version returns array instead of object #9760
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
inspector
Issues and PRs related to the V8 inspector protocol
Comments
bnoordhuis
added a commit
to bnoordhuis/io.js
that referenced
this issue
Nov 25, 2016
Make /json/version return an object instead of an object wrapped in an array. Fixes: nodejs#9760 PR-URL: nodejs#9762 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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:
node --inspect
http://localhost:9229/json/version
Actual response:
The HTTP /json/version returns the version object wrapped in array
Expected response:
The HTTP /json/version should return object in alignment with Chrome and other browsers.
The text was updated successfully, but these errors were encountered: