LibWeb: Add HTML::Task::Source::PostedMessage

This is the task source used by MessagePort.postMessage().
This commit is contained in:
Andreas Kling 2021-09-19 22:09:51 +02:00
commit 68d1f5965a
Notes: sideshowbarker 2024-07-18 03:38:50 +09:00

View file

@ -23,6 +23,7 @@ public:
Networking,
HistoryTraversal,
IdleTask,
PostedMessage,
};
static NonnullOwnPtr<Task> create(Source source, DOM::Document* document, Function<void()> steps)