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
dns.lookup performance can be improved by a significant margin, if we called toASCII method in C++ side, instead of in Javascript. This would reduce C++/JS bridge crossing.