| Package | Description |
|---|---|
| org.w3c.dom | |
| org.w3c.dom.file | |
| org.w3c.dom.html |
| Modifier and Type | Method and Description |
|---|---|
void |
FormData.append(String name,
Blob value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
File |
| Modifier and Type | Method and Description |
|---|---|
Blob |
Blob.slice(long start,
long length) |
Blob |
Blob.slice(long start,
long length,
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) |
void |
FileReader.readAsText(Blob blob) |
String |
FileReaderSync.readAsText(Blob blob,
String encoding) |
void |
FileReader.readAsText(Blob blob,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlobCallback.handleEvent(Blob blob) |
Copyright © 2016. All Rights Reserved.