FileReaderSync

external class FileReaderSync(source)

Allows to read File or Blob objects in a synchronous way.

MDN Reference

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun readAsText(blob: Blob, encoding: String = definedExternally): String