CustomStateSet:entries() 方法
Baseline
2024
Newly available
Since May 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
CustomStateSet
接口的 entries
方法返回一个包含对应于 CustomStateSet
中每个元素(按插入顺序排列)的数组 [value, value]
的新迭代器对象。