Preparing search index...
The search index is not available
near-sdk-js - v2.0.0
near-sdk-js
utils
TextDecoder
Class TextDecoder
A subset of NodeJS TextDecoder API. Only support utf-8 and latin1 encoding.
Index
Constructors
constructor
Properties
encoding
Methods
decode
Constructors
constructor
new
Text
Decoder
(
encoding
?
)
:
TextDecoder
Parameters
encoding
:
string
= "utf-8"
Returns
TextDecoder
Properties
encoding
encoding
:
string
= "utf-8"
Methods
decode
decode
(
a
)
:
string
Parameters
a
:
Uint8Array
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
encoding
Methods
decode
near-sdk-js - v2.0.0
Loading...
A subset of NodeJS TextDecoder API. Only support utf-8 and latin1 encoding.