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
varcb=args.filter(arg=>typeofarg==='function')[0]||null;// cb now can stand anywhere, after alias/pass or pair
970
970
varopt=args&&args.length>1&&typeofargs[args.length-1]==='object' ? args[args.length-1] : {};// opt is always the last parameter which typeof === 'object' and stands after cb
if(act.name){returnact.err('Your user account is not published for dApps to access, please consider syncing it online, or allowing local access by adding your device as a peer.')}
0 commit comments