diff --git a/src/core/Utils.mjs b/src/core/Utils.mjs index b6df1a5b..dabec6e8 100755 --- a/src/core/Utils.mjs +++ b/src/core/Utils.mjs @@ -327,6 +327,8 @@ class Utils { * * @param {string} str * @param {string} type - One of "Binary", "Hex", "Decimal", "Base64", "UTF8" or "Latin1" + * @param {string} [delim="Auto"] - (Hex only) Delimiter used to split the input string. Set to "Auto" by default. + * @param {boolean} [throwError=false] - (Hex only) Whether to throw an error on invalid input. Defaults to false. * @returns {byteArray} * * @example