library · inferred from evidence
VWO Node SDK
Node.js SDK provided by VWO, containing the isFeatureEnabled function.
- Promise from VWO isFeatureEnabled is not always resolved
The promise returned by isFeatureEnabled in the VWO Node SDK sometimes never resolves. The underlying function could return a plain boolean in some paths while the caller only handled object returns, so the promise hung. A follow-up also sh