fadomire

Results 8 comments of fadomire

after taking a look at the code, it seems collected audits are hardcoded ``` const auditData = ['errors-in-console', 'time-to-first-byte', 'interactive', 'redirects']; ``` the audit i want to collect is ```user-timings```...

you could also try to let browser finish any dom related work before executing unveil, that is initializing unveil in a ``` setTimeout(function () { }, 0); ```

well i think maybe the v2 contains what you need with the 'container' option take a look : https://github.com/luis-almeida/unveil/tree/v2

apparently there is something going on around https://github.com/CollectionFS/Meteor-CollectionFS/blob/master/packages/collection/common.js#L65

@siddharthsid what is preventing this from working currently ? i have kind of the same problem but stucked because of https://github.com/WasiqB/multiple-cucumber-html-reporter/issues/46 in our json we have: ``` embedding: [ {...

is it possible to add support for grpc in nodejs env ?