-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON viewer: removing the experimental flag and adding a note about window.open
#2873
Conversation
microsoft-edge/devtools-guide-chromium/json-viewer/json-viewer.md
Outdated
Show resolved
Hide resolved
microsoft-edge/devtools-guide-chromium/json-viewer/json-viewer.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Writer/Editor review
Co-authored-by: Michael Hoffman <[email protected]>
Co-authored-by: Michael Hoffman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Writer/Editor review
Learn Build status updates of commit 2e03695: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
The JSON viewer has been available in Edge for a couple of releases without the need to set a flag. So this PR removes the corresponding part of the docs.
Also, the JSON viewer doesn't work in windows opened with
window.open
, so adding a note about this.AB#47103759