kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.files
/
FileReaderSync
File
Reader
Sync
JS
open
external
class
FileReaderSync
Exposes the JavaScript
FileReaderSync
to Kotlin
Constructors
Functions
Constructors
File
Reader
Sync
Link copied to clipboard
JS
fun
FileReaderSync
(
)
Functions
read
As
Array
Buffer
Link copied to clipboard
JS
fun
readAsArrayBuffer
(
blob
:
Blob
)
:
ArrayBuffer
read
As
Binary
String
Link copied to clipboard
JS
fun
readAsBinaryString
(
blob
:
Blob
)
:
String
read
As
Data
URL
Link copied to clipboard
JS
fun
readAsDataURL
(
blob
:
Blob
)
:
String
read
As
Text
Link copied to clipboard
JS
fun
readAsText
(
blob
:
Blob
,
label
:
String
=
definedExternally
)
:
String