Back to Content

BlobEvent: data property

files/en-us/web/api/blobevent/data/index.md

latest360 B
Original Source

{{APIRef("MediaStream Recording")}}

The data read-only property of the {{domxref("BlobEvent")}} interface represents a {{domxref("Blob")}} associated with the event.

Value

A {{domxref("Blob")}} object.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • The {{domxref("BlobEvent")}} interface it belongs to.