spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
TextDecodeOptions
spasm
bindings
encoding
Undocumented in source.
@
safe
nothrow
struct
TextDecodeOptions {
nothrow
JsHandle
handle
;
this
(Handle h);
static
auto
create
();
void
stream
(bool stream);
auto
stream
();
}
Constructors
this
this
(Handle h)
Undocumented in source.
Alias This
handle
Members
Functions
stream
void
stream
(bool stream)
Undocumented in source. Be warned that the author may not have intended to support it.
stream
auto
stream
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
auto
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
handle
JsHandle
handle
;
Undocumented in source.
Meta
Source
See Implementation
spasm
bindings
encoding
functions
GenericTransformStream_readable_Get
GenericTransformStream_writable_Get
TextDecodeOptions_stream_Get
TextDecodeOptions_stream_Set
TextDecoderCommon_encoding_Get
TextDecoderCommon_fatal_Get
TextDecoderCommon_ignoreBOM_Get
TextDecoderOptions_fatal_Get
TextDecoderOptions_fatal_Set
TextDecoderOptions_ignoreBOM_Get
TextDecoderOptions_ignoreBOM_Set
TextDecoder_decode
TextDecoder_decode_0
TextDecoder_decode_1
TextEncoderCommon_encoding_Get
TextEncoder_encode
TextEncoder_encode_0
structs
TextDecodeOptions
TextDecoder
TextDecoderOptions
TextDecoderStream
TextEncoder
TextEncoderStream