UNPKG

string-from-charcodes

Version:

An alternative to String.fromCharCode that doesn't throw with many arguments, while still remaining fast.

5 lines (4 loc) 159 B
/* MAIN */ const MAX_ARGUMENTS_LENGTH = 8192; // Above this threshold we risk a "call stack size exceeded" error /* EXPORT */ export { MAX_ARGUMENTS_LENGTH };