toc icon indicating copy to clipboard operation
toc copied to clipboard

App hangs on startup for Edge browser

Open lewisl9029 opened this issue 10 years ago • 2 comments

forge.util.setImmediate(generate); inside the forge package is causing this... TypeError Invalid calling object. Not sure what to do about this...

lewisl9029 avatar Oct 26 '15 04:10 lewisl9029

Maybe patch it to assign (callback) => window.setImmediate(callback) instead of directly assigning window.setImmediate?

lewisl9029 avatar Oct 28 '15 20:10 lewisl9029

That fixed this particular error... but there was more waiting... putting this off for now.

lewisl9029 avatar Oct 29 '15 01:10 lewisl9029