forEach method

Call callback once for each key-value pair present in the MediaKeyStatus map.

Syntax

var void = MediaKeyStatusMap.forEach(callback);

Parameters

callback

Type: ForEachCallback

A callback function. The callback accepts a method definition of type void (Buffersource keyId, MediaKeyStatus status);.

Return value

Type: void

Returns void.

Standards information

See also

MediaKeyStatusMap

 

 

Show: