![]() There is no sense in using String.prototype.match if the retrieved matched results are not used. By the way, if a bit of performance (especially RAM usage) is preferred over unification, then, obviously, conditions like if (/SIGNED MESSAGE/.test(header[1])) { can be changed to if (header[1].indexOf('SIGNED MESSAGE') !== -1) { |
||
---|---|---|
.. | ||
armor.js | ||
base64.js |