Nacho García
Nacho García
Latest critical version has a target option that allows to save the remaining css (uncritical) to a different file ``` target: { css: 'critical.css', html: 'index-critical.html', uncritical: 'uncritical.css', }, ```...
Since we're not preventing the default behaviour, it's better to have a passive event listener. This will prevent google lighthouse complains when using this library.
Provide module build for minor bundle size in modern browsers and webpack builds
[RequestAnimationFrame has already widespread support](https://caniuse.com/mdn-api_window_requestanimationframe). It negatively affects the performance for most browsers so probably it would be better if only people targeting legacy browsers provided a polyfill.
### Is your feature request related to a problem? Please describe. Right now we're using modern: 'client' to improve performance in our application. We cannot use modern: 'server' since it...
Closes https://github.com/ElemeFE/vue-infinite-scroll/issues/157
Using this library causes the following performance issue, reported in Google Lighthouse: > Does not use passive listeners to improve scrolling performance I guess this would be simply fixed by...
Hello, I have a multy room audio system and, while I see messages with WHO 16, I can control it with [WHO 22](https://developer.legrand.com/uploads/2019/12/WHO_22.pdf). Some examples of the events I'm sending...