New issue
Advanced search Search tips

Issue 611947 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

DevTools timeline does not show JS stacks for microtasks

Project Member Reported by alph@chromium.org, May 14 2016

Issue description

Repro testcase:

var p = new Promise(f => setTimeout(f, 0));
p.then(() => {
  // do some stuff
});

The 'then' action is not shown in the timeline.

 

Comment 2 by alph@chromium.org, May 27 2016

Status: Fixed (was: Started)

Sign in to add a comment