mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
LibWeb: Add HTML::Task::Source::IdleTask
This represents what the spec calls the "idle-task task source".
This commit is contained in:
parent
99b526731e
commit
64df30230d
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
UserInteraction,
|
||||
Networking,
|
||||
HistoryTraversal,
|
||||
IdleTask,
|
||||
};
|
||||
|
||||
static NonnullOwnPtr<Task> create(Source source, DOM::Document* document, Function<void()> steps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue