You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling F2.Events.emit(), the params are being stringified regardless if the apps are secure or not. This introduces a performance issue in IE8 with large objects being passed through. The problematic line appears to be line 238 of rpc.js.