Editor Scripting API
Lens Scripting API
Guide Docs
Preparing search index...
Editor Scripting
TextDecoder
Class TextDecoder
Hierarchy (
View Summary
)
ScriptObject
TextDecoder
Index
Constructors
constructor
Properties
encoding
Methods
decode
get
Type
Name
is
Of
Type
is
Same
Constructors
constructor
new
TextDecoder
(
encoding
?:
string
)
:
TextDecoder
Parameters
Optional
encoding
:
string
Returns
TextDecoder
Properties
Readonly
encoding
encoding
:
string
Methods
decode
decode
(
data
:
Uint8Array
)
:
string
Parameters
data
:
Uint8Array
Returns
string
get
Type
Name
getTypeName
()
:
string
Returns
string
is
Of
Type
isOfType
(
type
:
string
)
:
boolean
Parameters
type
:
string
Returns
boolean
is
Same
isSame
(
other
:
ScriptObject
)
:
boolean
Parameters
other
:
ScriptObject
Returns
boolean
Settings
Member Visibility
Inherited
Private
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
encoding
Methods
decode
get
Type
Name
is
Of
Type
is
Same
Lens Scripting API
Guide Docs
Editor Scripting API
Loading...