toc
toc copied to clipboard
App hangs on startup for Edge browser
forge.util.setImmediate(generate); inside the forge package is causing this... TypeError Invalid calling object. Not sure what to do about this...
Maybe patch it to assign (callback) => window.setImmediate(callback) instead of directly assigning window.setImmediate?
That fixed this particular error... but there was more waiting... putting this off for now.