1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 19:14:58 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
ef809eea1e LibWeb: Don't assume IO.unobserve() called on observed element
It's perfectly possible for JavaScript to call unobserve() on an element
that hasn't been observed. Let's stop asserting if that happens. :^)

Fixes #22020
2023-11-23 09:37:12 +01:00