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 ループがプロトタイプチェーン上のプロパティも列挙することです)。

構文

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.

ブラウザーの互換性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
entries

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
See implementation notes.

関連情報