mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-04 06:47:40 +00:00
We were leaking an empty value via the callback's this value:
requestAnimationFrame(function () {
this; // <-- empty value
});
5.8 KiB
5.8 KiB