Hacker News new | ask | show | jobs
by caillou 1939 days ago
Two learings on my side:

1. Promises are handled in micro-tasks. 2. `element.click()` causes the event to dispatch synchronously. Even on parent elements.