Preparing search index...
The search index is not available
@shopify/oxygen-workers-types
@shopify/oxygen-workers-types
TextDecoderStream
Class TextDecoderStream
Hierarchy (
view full
)
TransformStream
<
ArrayBuffer
|
ArrayBufferView
,
string
>
TextDecoderStream
Index
Constructors
constructor
Accessors
encoding
fatal
ignoreBOM
readable
writable
Constructors
constructor
new
Text
Decoder
Stream
(
label
?
,
options
?
)
:
TextDecoderStream
Parameters
Optional
label
:
string
Optional
options
:
TextDecoderStreamTextDecoderStreamInit
Returns
TextDecoderStream
Accessors
encoding
get
encoding
(
)
:
string
Returns
string
fatal
get
fatal
(
)
:
boolean
Returns
boolean
ignoreBOM
get
ignoreBOM
(
)
:
boolean
Returns
boolean
readable
get
readable
(
)
:
ReadableStream
<
O
>
Returns
ReadableStream
<
O
>
writable
get
writable
(
)
:
WritableStream
<
I
>
Returns
WritableStream
<
I
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
encoding
fatal
ignoreBOM
readable
writable
@shopify/oxygen-workers-types
Loading...