참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.
bytes
.
When onError
function is specified, it is called on UTF-8 errors allowing recovery using the
Utf8ErrorFunc API. (default: error)
Parameter | Type | Description |
---|---|---|
bytes | BytesLike | The UTF-8 data to convert. |
onError ? | Utf8ErrorFunc | The error handling function. |
string
The string.