From 49a80b471593a0ad2aa0dd016edf0faed43af298 Mon Sep 17 00:00:00 2001 From: Katie Makarska Date: Thu, 24 Apr 2025 12:53:35 -0400 Subject: [PATCH] added new params in the header comment of convertToByteArray --- src/core/Utils.mjs | 2 ++ 1 file changed, 2 insertions(+) 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