readAsDataURL
The readAsDataURL()
method of the FileReaderSync interface allows to read File or Blob objects in a synchronous way into a string representing a data URL.
The readAsDataURL()
method of the FileReaderSync interface allows to read File or Blob objects in a synchronous way into a string representing a data URL.