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
this.getIdentSpecs(rc).then((identSpecs)=>{rc.specs=identSpecs}).catch(e=>{console.log(e.message)})// getDetectedSpecs is disabled, because of performance issues
this.getIdentSpecs(rc).then((identSpecs)=>{sub.next(identSpecs)}).catch(e=>{console.log(e.message)})// getDetectedSpecs is disabled, because of performance issues
0 commit comments