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.
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.
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