DioxusLabs / blitz

A radically modular HTML/CSS rendering engine
Apache License 2.0
2.14k stars 45 forks source link

Simplify net traits #162

Closed nicoburns closed 5 days ago

nicoburns commented 5 days ago

This changes the net traits to pass the DocumentId through the chain of functions, which means that the NetCallback doesn't need to capture the WindowId when it is created. Which simplifies the whole setup.