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
getSubject and getAgent are single threaded operations that make the profile viewer take a long time with large profiles. Better would be to use the getSubjectAsync and getAgentAsync which use browser capabilities to do crypto asynchronously (in parallel) and very quickly. This will help build profiles rapidly.
The text was updated successfully, but these errors were encountered:
getSubject and getAgent are single threaded operations that make the profile viewer take a long time with large profiles. Better would be to use the getSubjectAsync and getAgentAsync which use browser capabilities to do crypto asynchronously (in parallel) and very quickly. This will help build profiles rapidly.
The text was updated successfully, but these errors were encountered: