CSSUnparsedValue.entries()
Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。
CSSUnparsedValue.entries()
メソッドは、指定されたオブジェクトの列挙可能なプロパティ [key, value]
の組の配列を、 for...in
ループで提供されるのと同じ順序で返します (違いは for-in ループがプロトタイプチェーン上のプロパティも列挙することです)。
構文
CSSUnparsedValue.entries(obj)
引数
obj
-
CSSUnparsedValue
で、列挙可能な固有のプロパティの[key, value]
の組を返します。
返値
指定された CSSUnparsedValue
の配列で、列挙可能な固有のプロパティの [key, value]
の組。
仕様書
No specification found
No specification data found for api.CSSUnparsedValue.entries
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
ブラウザーの対応
BCD tables only load in the browser