mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Add HTML::Task::Source::FileReading
This commit is contained in:
parent
70ca295404
commit
79fc7d7c7c
Notes:
sideshowbarker
2024-07-16 20:05:14 +09:00
Author: https://github.com/shannonbooth
Commit: 79fc7d7c7c
Pull-request: https://github.com/SerenityOS/serenity/pull/19360
Reviewed-by: https://github.com/kennethmyhra ✅
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ public:
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#navigation-and-traversal-task-source
|
||||
NavigationAndTraversal,
|
||||
|
||||
// https://w3c.github.io/FileAPI/#fileReadingTaskSource
|
||||
FileReading,
|
||||
};
|
||||
|
||||
static NonnullOwnPtr<Task> create(Source source, DOM::Document const* document, JS::SafeFunction<void()> steps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue