ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
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
..
EventLoop.cpp LibWeb: Implement window.queueMicrotask(callback) 2021-09-26 14:39:14 +02:00
EventLoop.h LibWeb: Implement window.queueMicrotask(callback) 2021-09-26 14:39:14 +02:00
Task.cpp LibWeb: Add HTML::Task::Source to model "generic task sources" 2021-09-09 02:18:31 +02:00
Task.h LibWeb: Implement window.queueMicrotask(callback) 2021-09-26 14:39:14 +02:00
TaskQueue.cpp LibWeb: Schedule HTML::EventLoop processing when there are queued tasks 2021-09-09 02:30:53 +02:00
TaskQueue.h LibWeb: Implement window.queueMicrotask(callback) 2021-09-26 14:39:14 +02:00