-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Similar to PerformanceObserver.supportedEntryTypes
, I'm looking for a programatic way to collect a list of all supported client hints that could be requested from getHighEntropyValues
.
In Terser, we reserve a list of known keys when mangling so that most users won't have to do any special configuration in order to work with the DOM APIs. Without a list of known client hints (which are used as keys in the return object from getHighEntropyValues
, we're stuck maintaining a hardcoded list of current hints. This list is guaranteed to go out of date with new additions, so I'd like to get this maintained as part of the official DOM API.
bathos and styfle
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request