1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00

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
parent dd29abe4d6
commit 68d1f5965a

View file

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