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