value property

double get value

The value property of the HTMLProgressElement interface represents the current progress of the progress element.

Implementation

external double get value;
set value (num value)

Implementation

external set value(num value);