Reputation: 7703
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.
Upvotes: 18
Views: 5314
Reputation: 325
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
Upvotes: 3
Reputation: 2553
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
Upvotes: 22