|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"FileReader.idl";
Public Member Functions | |
| void | readAsArrayBuffer (Blob? blob) |
| void | readAsBinaryString (Blob? blob) |
| void | readAsText (Blob? blob, optional DOMString encoding) |
| void | readAsDataURL (Blob? blob) |
| void | abort () |
| readonly | attribute (DOMString or ArrayBuffer)? result |
Public Member Functions inherited from EventTarget | |
| void | addEventListener ([AtomicString] DOMString type, EventListener? callback, optional(AddEventListenerOptions or boolean) options=false) |
| void | removeEventListener ([AtomicString] DOMString type, EventListener? callback, optional(EventListenerOptions or boolean) options=false) |
| boolean | dispatchEvent (Event event) |
Public Attributes | |
| const unsigned short | EMPTY = 0 |
| const unsigned short | LOADING = 1 |
| const unsigned short | DONE = 2 |
| readonly attribute unsigned short | readyState |
| readonly attribute FileError | error |
| attribute EventHandler | onloadstart |
| attribute EventHandler | onprogress |
| attribute EventHandler | onload |
| attribute EventHandler | onabort |
| attribute EventHandler | onerror |
| attribute EventHandler | onloadend |
| void FileReader::abort | ( | ) |
| readonly FileReader::attribute | ( | DOMString or | ArrayBuffer | ) |
| const unsigned short FileReader::DONE = 2 |
| const unsigned short FileReader::EMPTY = 0 |
| const unsigned short FileReader::LOADING = 1 |
| attribute EventHandler FileReader::onabort |
| attribute EventHandler FileReader::onerror |
| attribute EventHandler FileReader::onload |
| attribute EventHandler FileReader::onloadend |
| attribute EventHandler FileReader::onloadstart |
| attribute EventHandler FileReader::onprogress |
1.8.13