implicit final class SaferFileReader extends AnyVal
- See also
https://w3c.github.io/FileAPI/#dfn-filereader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferFileReader
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferFileReader(value: raw.FileReader)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
error: Option[raw.DOMError]
A DOMError representing the error that occurred while reading the file.
A DOMError representing the error that occurred while reading the file.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
result: Option[Any]
The file's contents.
The file's contents. This property is only valid after the read operation is complete, and the format of the data depends on which of the methods was used to initiate the read operation.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.FileReader