Skip to content

Commit

Permalink
macro spec fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed Sep 13, 2024
1 parent 49c599a commit 26da92b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page-type: web-api-instance-method
browser-compat: api.PointerEvent.getCoalescedEvents
---

{{APIRef("Pointer Events")}} {{securecontext_header}}
{{APIRef("Pointer Events")}} {{secureContext_header}}

The **`getCoalescedEvents()`** method of the {{domxref("PointerEvent")}} interface returns a sequence of `PointerEvent` instances that were coalesced (merged) into a single {{domxref('Element/pointermove_event', 'pointermove')}} or {{domxref('Element/pointerrawupdate_event', 'pointerrawupdate')}} event.
Instead of a stream of many {{domxref('Element/pointermove_event', 'pointermove')}} events, user agents coalesce multiple updates into a single event.
Expand Down

0 comments on commit 26da92b

Please sign in to comment.