Skip to content

Commit

Permalink
Add PointerEvent.deviceProperties (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Aug 14, 2024
1 parent c521df7 commit 8e3eada
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom/idl/pointerevent.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Remove when https://github.com/w3c/pointerevents/pull/495 is merged

partial interface PointerEvent {
readonly attribute unsigned long persistentDeviceId;
};

0 comments on commit 8e3eada

Please sign in to comment.