Jesse
Results
3
comments of
Jesse
++1 on this. Everything else in my app is modern except this
This looks suspiciously like an infinite loop if it were called: document.execCommand = function (command, showUI, value) { try { return document.execCommand(command, showUI, value); } catch(e) {} return false; };
+1 on the memory leak. Just figured that out after simply loading the module. node.js 10.10.0 npm 6.4.1 express: 4.17.1