| Package | Description | 
|---|---|
| elemental.dom | |
| elemental.html | |
| elemental.js.html | |
| elemental.js.xml | |
| elemental.xml | 
| Modifier and Type | Method and Description | 
|---|---|
| Blob | DataTransferItem. getAsFile() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FileThe  Fileobject provides information about -- and access to the contents of -- files. | 
| Modifier and Type | Method and Description | 
|---|---|
| Blob | Blob. webkitSlice() | 
| Blob | Blob. webkitSlice(double start) | 
| Blob | Blob. webkitSlice(double start,
           double end) | 
| Blob | Blob. webkitSlice(double start,
           double end,
           String contentType) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArrayBuffer | FileReaderSync. readAsArrayBuffer(Blob blob) | 
| void | FileReader. readAsArrayBuffer(Blob blob) | 
| String | FileReaderSync. readAsBinaryString(Blob blob) | 
| void | FileReader. readAsBinaryString(Blob blob) | 
| String | FileReaderSync. readAsDataURL(Blob blob) | 
| void | FileReader. readAsDataURL(Blob blob) | 
| String | FileReaderSync. readAsText(Blob blob)This methods reads the specified blob's contents. | 
| void | FileReader. readAsText(Blob blob)Starts reading the specified blob's contents. | 
| String | FileReaderSync. readAsText(Blob blob,
          String encoding)This methods reads the specified blob's contents. | 
| void | FileReader. readAsText(Blob blob,
          String encoding)Starts reading the specified blob's contents. | 
| void | FileWriterSync. write(Blob data) | 
| void | FileWriter. write(Blob data) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JsBlob | 
| class  | JsFile | 
| Modifier and Type | Method and Description | 
|---|---|
| JsArrayBuffer | JsFileReaderSync. readAsArrayBuffer(Blob blob) | 
| void | JsFileReader. readAsArrayBuffer(Blob blob) | 
| String | JsFileReaderSync. readAsBinaryString(Blob blob) | 
| void | JsFileReader. readAsBinaryString(Blob blob) | 
| String | JsFileReaderSync. readAsDataURL(Blob blob) | 
| void | JsFileReader. readAsDataURL(Blob blob) | 
| String | JsFileReaderSync. readAsText(Blob blob) | 
| void | JsFileReader. readAsText(Blob blob) | 
| String | JsFileReaderSync. readAsText(Blob blob,
          String encoding) | 
| void | JsFileReader. readAsText(Blob blob,
          String encoding) | 
| void | JsFileWriter. write(Blob data) | 
| void | JsFileWriterSync. write(Blob data) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JsXMLHttpRequest. send(Blob data) | 
| Modifier and Type | Method and Description | 
|---|---|
| Blob | XMLHttpRequest. getResponseBlob() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XMLHttpRequest. send(Blob data)Sends the request. | 
Copyright © 2018. All rights reserved.