Files
ladybird/Userland/Libraries/LibWeb/HTML/EventLoop/EventLoop.cpp
Andreas Kling a248ec63e3 LibWeb: Implement window.queueMicrotask(callback)
This API allows authors to schedule a serialized JS callback that will
get invoked at the next spec-allowed opportunity.
2021-09-26 14:39:14 +02:00

11 KiB