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
Currently gcroot<Dictionary<String^, JavascriptObject^>^> _javascriptObjects; is stored per sub process, when multiple browsers share the same sub process this limits the flexibility somewhat.
Look at storing the objects at a per browser level.