isUtf8
This function returns true
if input
contains only valid UTF-8-encoded data, including the case in which input
is empty.
Throws if the input
is a detached array buffer.
Since
v19.4.0, v18.14.0
Parameters
input
The input to validate.