CSSTransformValue.entries()

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

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

構文

js
entries(obj)

引数

obj

自身のプロパティ [key, value] の組を列挙して返す CSSTransformValue を指定します。

返値

指定された CSSTransformValue オブジェクト自身の列挙可能なプロパティ [key, value] のペアの配列です。

To Do

仕様書

No specification found

No specification data found for api.CSSTransformValue.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.