Skip to content

Commit

Permalink
[WebHID] Change some interfaces to dictionaries
Browse files Browse the repository at this point in the history
This CL changes HIDCollectionInfo, HIDReportInfo, and HIDReportItem
interfaces to dictionaries for easier logging with JSON and to avoid
polluting the window web namespace.

Spec: WICG/webhid#22
Test: https://webhid-collections.glitch.me/

Change-Id: Ife8d089505312bba9f42e5d8fb1c466f44bd8e45
Bug: 890096
  • Loading branch information
beaufortfrancois authored and chromium-wpt-export-bot committed Sep 30, 2020
1 parent 642f1c7 commit 39fa334
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webhid/idlharness.https.window.js
Expand Up @@ -14,9 +14,6 @@ idl_test(
Navigator: ['navigator'],
// TODO: HIDConnectionEvent
// TODO: HIDInputReportEvent
// TODO: HIDReportItem
// TODO: HIDReportInfo
// TODO: HIDCollectionInfo
// TODO: HIDDevice
});
}
Expand Down

0 comments on commit 39fa334

Please sign in to comment.