SourceBuffer: updating property

Note: This feature is available in Dedicated Web Workers.

The updating read-only property of the SourceBuffer interface indicates whether the SourceBuffer is currently being updated — i.e., whether an appendBuffer() or remove() operation is currently in progress.

Value

A boolean value.

Examples

TBD

Specifications

See also