pdf-lite - v1.0.1
Preparing search index...
core/incremental-parser
EofReachedError
Class EofReachedError
Error thrown when the end of file has been reached and no more input is available.
Hierarchy
Error
EofReachedError
Index
Constructors
constructor
Constructors
constructor
new
EofReachedError
(
message
?:
string
)
:
EofReachedError
Parameters
Optional
message
:
string
Returns
EofReachedError
new
EofReachedError
(
message
?:
string
,
options
?:
ErrorOptions
)
:
EofReachedError
Parameters
Optional
message
:
string
Optional
options
:
ErrorOptions
Returns
EofReachedError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
pdf-lite - v1.0.1
Loading...
Error thrown when the end of file has been reached and no more input is available.