Build
Docs
Reference
Guides
Blog
Discord
/
node:util
/
TextDecoder
M
decode
P
encoding
P
fatal
P
ignoreBOM
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:util
/
TextDecoder
M
decode
P
encoding
P
fatal
P
ignoreBOM
interface
util.TextDecoder
interface
TextDecoder
readonly
encoding
:
string
readonly
fatal
:
boolean
readonly
ignoreBOM
:
boolean
decode
(
input
?
:
AllowSharedBufferSource
,
options
?
:
TextDecodeOptions
)
:
string
;