Files
ladybird/Userland/Libraries/LibWeb/HTML/EventLoop/EventLoop.cpp
Andreas Kling 398692722b LibWeb: Implement an ad-hoc version of EventLoop::spin_until(condition)
This doesn't follow the exact spec steps but instead simply makes a
nested Core::EventLoop and spins it while a periodic timer tests the
goal condition.
2021-09-20 17:22:25 +02:00

8.6 KiB