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:
parent
dd29abe4d6
commit
68d1f5965a
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ public:
|
|||
Networking,
|
||||
HistoryTraversal,
|
||||
IdleTask,
|
||||
PostedMessage,
|
||||
};
|
||||
|
||||
static NonnullOwnPtr<Task> create(Source source, DOM::Document* document, Function<void()> steps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue