dataUrlToFile
See source codefunction dataUrlToFile(
url: string,
filename: string,
mimeType: string
): Promise<File>Parameters
| Name | Description |
|---|---|
| |
| |
| |
Returns
Promise<File>Prev
createTLUserNext
DefaultBackgroundfunction dataUrlToFile(
url: string,
filename: string,
mimeType: string
): Promise<File>| Name | Description |
|---|---|
| |
| |
| |
Promise<File>