How does Yaak render webpages?
Gregory Schier
Yaak currently uses the reqwest Rust library for sending requests, stores responses in SQLite, then renders the HTML using an <iframe> inside the app.
Gregory Schier
The only tricky part is injecting the
<base>
tag so the iframe knows where to fetch resources from