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
Module lib/common/utils.ts incorrectly sets variable isBrowser to false when used in nw.js (because isNode==true because global variable process exists).
This causes that WebSockets are not correctly patched (and possibly other problems as well).
Module
lib/common/utils.tsincorrectly sets variableisBrowserto false when used in nw.js (becauseisNode==truebecause global variableprocessexists).This causes that WebSockets are not correctly patched (and possibly other problems as well).