mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +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
Notes:
sideshowbarker
2024-07-18 03:38:50 +09:00
Author: https://github.com/awesomekling
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