CSSUnparsedValue.forEach()

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

CSSUnparsedValue.forEach() メソッドは、指定された関数を、 CSSUnparsedValue オブジェクトのそれぞれの要素に対して実行します。

構文

CSSUnparsedValue.forEach(function callback(currentValue[, index[, array]]) {
    // your iterator
}[, thisArg]);

引数

callback

それぞれの要素について呼び出される関数で、三つの引数を取ります。

currentValue

処理中の現在の要素の値。

index省略可

処理中の現在の要素の添字。

array省略可

forEach() が呼び出されている CSSUnparsedValue

thisArg 省略可

callback の実行中に、 this として使用する値 (つまり、 Object の参照)。.

返値

仕様書

No specification found

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