MLE text encoding API(mle-js-encodings)
Preparing search index...
decoder-stream
TextDecoderStream
Class TextDecoderStream
Hierarchy
TransformStream
<
ArrayBuffer
|
ArrayBufferView
,
string
>
TextDecoderStream
Implements
TextDecoderCommon
Index
Constructors
constructor
Properties
readable
writable
Accessors
encoding
fatal
ignore
BOM
Constructors
constructor
new
TextDecoderStream
(
label
?:
string
,
options
?:
TextDecoderOptions
,
)
:
TextDecoderStream
Parameters
label
:
string
= 'utf-8'
options
:
TextDecoderOptions
= {}
Returns
TextDecoderStream
Properties
Readonly
readable
readable
:
ReadableStream
<
string
>
Readonly
writable
writable
:
WritableStream
<
ArrayBuffer
|
ArrayBufferView
>
Accessors
encoding
get
encoding
()
:
string
Returns
string
fatal
get
fatal
()
:
boolean
Returns
boolean
ignore
BOM
get
ignoreBOM
()
:
boolean
Returns
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
readable
writable
Accessors
encoding
fatal
ignore
BOM
MLE text encoding API(mle-js-encodings)
Loading...