mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 08:18:59 +00:00
The Request object now exists on the heap, allowing it to outlive whatever is making the request (e.g. the XHR object). We can now wait until all inflight IO events are completed before clearing the memory. This change fixes the crash observed in: https://github.com/lightpanda-io/browser/issues/667