CSSUnparsedValue: entries() メソッド
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
CSSUnparsedValue.entries()
メソッドは、指定されたオブジェクトの列挙可能なプロパティ [key, value]
の組の配列を、for...in
ループで提供されるのと同じ順序で返します(違いは for-in ループがプロトタイプチェーン上のプロパティも列挙することです)。