Files
ladybird/Libraries/LibWeb/HTML/SharedResourceRequest.cpp
Andreas Kling 4dfed815cc LibWeb: Make SharedResourceRequest finalization safe
SharedResourceRequest can be finalized while fetch work is pending.
Use weak fetch callbacks so late work no-ops once the request is gone.

Finalization now only drops local references and callbacks. It does not
stop fetch, since that allocates new algorithms during collection.
2026-05-10 10:58:11 +02:00

8.9 KiB