package js.html
extends Event
Available on js
The BlobEvent interface represents events associated with a Blob. These blobs are typically, but not necessarily, associated with media content.
Documentation BlobEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
new(type:String, ?eventInitDict:Null<BlobEventInit>)Throws:
null |
DOMError |
|---|
read onlydata:BlobA Blob representing the data associated with the event. The event was fired on the EventTarget because of something happening on that specific Blob.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/BlobEvent.html