I cannot see the promise Tab in Chrome Devtools, as in the SS 1 below, Could anyone help me in bringing that one in normal chrome not in canary. Thanks in advance for any help.
My Dev tool looks like the one in SS2.
Open Chrome DevTools. Click the Lighthouse tab. Click Analyze page load. DevTools shows you a list of audit categories.
To access the Performance tab, navigate to the website you want to profile, then open Chrome DevTools by right-clicking and selecting Inspect. Select the Performance tab inside Chrome DevTools. The easiest way to capture a performance profile is by clicking the Start profiling and reload page icon.
Chrome DevTools Protocol (CDP) is a set of APIs that allows developers to communicate with Chromium-based browsers, including Google Chrome. CDP was originally developed to power the Developer Tools features within Chrome, but since its introduction its usage has extended to much more than this initial use-case.
As of April 2016, They have decided to remove the Promise Inspector experiment from Dev Tools, according to this commit.
chrome://flags
and enable Developer Tools experiments
.promise inspector
esc
Something similar may be available soon, because Chrome 62 adds an API for querying objects:
queryObjects(Promise)
returns all Promises
more info in the release notes: https://developers.google.com/web/updates/2017/08/devtools-release-notes
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With