w3c / longtasks

Long Task API
https://w3c.github.io/longtasks/
Other
246 stars 32 forks source link

Attribution for alert() or other tasks blocked by user input #83

Open npm1 opened 4 years ago

npm1 commented 4 years ago

alert() triggers a task which requires user input to be completed, so it is special in that regard. We could add a flag to indicate 'tasks blocked on user input'. But perhaps this is not needed once we can use attribution from the JS Self Profiling API.