File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 596596 * A conversion will be applied if utf8 string is detected.
597597 *
598598 * @param {String } str The string
599- * @param {Boolean } raw True to get the raw string, false to get the hex string
599+ * @param {Boolean } [ raw] True to get the raw string, false to get the hex string
600600 *
601601 * @return {String } The result
602602 */
610610 * Performs the md5 hash on a binary string.
611611 *
612612 * @param {String } content The binary string
613- * @param {Boolean } raw True to get the raw string, false to get the hex string
613+ * @param {Boolean } [ raw] True to get the raw string, false to get the hex string
614614 *
615615 * @return {String } The result
616616 */
736736 * Performs the md5 hash on an array buffer.
737737 *
738738 * @param {ArrayBuffer } arr The array buffer
739- * @param {Boolean } raw True to get the raw string, false to get the hex one
739+ * @param {Boolean } [ raw] True to get the raw string, false to get the hex one
740740 *
741741 * @return {String } The result
742742 */
You can’t perform that action at this time.
0 commit comments