Riccardo Caroli

Results 13 comments of Riccardo Caroli

I don't know how to run the tests. Will look into it if it's needed.

I've problems too with many iframes (the iframes loading hungs up when more than 3-4) I've found a fix in `init()` in `client.js,` if I add `clearInterval(timer);` and `source.close();` I...

Inside iframes you also get more connection because in `getEventSourceWrapper()` window it the iframe window, but with `clearInterval(timer);` and `source.close();` you can have more than 5 connections I don't know...

I've tested with iframes and it works good, you can have as many iframes that you want and the hot reloads styles inside and outside the iframes!

Closing for revision in firefox

For defer just add to `config/packages/webpack_encore.yaml` ``` webpack_encore: script_attributes: defer: true ``` For preload would be very nice to have a functionality as defer.

For defer just add to `config/packages/webpack_encore.yaml` ``` webpack_encore: script_attributes: defer: true ``` For preload would be very nice to have a functionality as defer.

Happends also if you put in the `` tag a stylesheet link ``

Thinking about it, animating between pages without **view transition** it's more complex than a simple delay. Done right for all use cases, is something like barbajs does, see this graph...