Roman Poleguev

Results 3 comments of Roman Poleguev

> 1. Do you suggest adding new query syntax like `last 1 brave version` and keep output as-is? Yes, that's exactly what I mean — in an ideal world, these...

I found some similar functionality in that test https://github.com/browserslist/browserslist/blob/479f79c275c649edb59703a851c4bd2821a82653/test/phantomjs.test.js#L7-L15 [code ](https://github.com/browserslist/browserslist/blob/479f79c275c649edb59703a851c4bd2821a82653/index.js#L1106-L1119) it could be migrated to that new data source mechanism

Theoretically, it’s possible to match the browser version and the Chromium / Gecko / WebKit engine through the user-agent. Then, could match the engine with a specific browser version using...