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.
The text was updated successfully, but these errors were encountered:
I think this is a different concern, but shares the same solution as #46 -- use a whitelist to filter the AppConfig before serializing -- because most of what's in the AppConfig doesn't need to go over the wire.
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.
The text was updated successfully, but these errors were encountered: