Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The keys()
method of the Highlight
interface is an alias for the values()
method.
Highlight
is a Set
-like object, so this is similar to using Set.keys()
.