Bug 264002 - [PointerEvents] Implement getPredictedEvents API
Summary: [PointerEvents] Implement getPredictedEvents API
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar
Depends on:
Blocks:
 
Reported: 2023-10-31 15:17 PDT by Abrar Rahman Protyasha
Modified: 2024-01-08 04:22 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Abrar Rahman Protyasha 2023-10-31 15:17:42 PDT
This bug goes hand-in-hand with rAF-aligned pointer events (i.e. the getCoalescedEvents() API), and reflects the ability for a user agent to make a prediction about the position of future pointer movements.

See
- https://w3c.github.io/pointerevents/#predicted-events: Spec wording on the API
- https://chromestatus.com/feature/5765569655603200
- Firefox also implemented it; despite the chromestatus page indicating otherwise

Some new web platform tests check for the existence of this API, as was surfaced in the latest relevant WPT sync (270018@main).
Comment 1 Radar WebKit Bug Importer 2023-10-31 15:25:13 PDT
<rdar://problem/117767174>