CSSUnparsedValue: entries() メソッド

CSSUnparsedValue.entries() メソッドは、指定されたオブジェクトの列挙可能なプロパティ [key, value] の組の配列を、for...in ループで提供されるのと同じ順序で返します(違いは for-in ループがプロトタイプチェーン上のプロパティも列挙することです)。

構文

js
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

関連情報