We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1da408 commit fc036feCopy full SHA for fc036fe
1 file changed
files/en-us/web/api/eventtarget/dispatchevent/index.md
@@ -19,7 +19,7 @@ should have already been created and initialized using an {{domxref("Event/Event
19
> [!NOTE]
20
> When calling this method, the {{domxref("Event.target")}} property is initialized to the current `EventTarget`.
21
22
-Unlike "native" events, which are fired by the browser and invoke event handlers
+Unlike "native" events, which are fired by the browser and dispatched
23
asynchronously via the [event loop](/en-US/docs/Web/JavaScript/Reference/Execution_model),
24
`dispatchEvent()` invokes event handlers _synchronously_. All applicable event
25
handlers are called and return before `dispatchEvent()` returns.
0 commit comments