mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00:00
LibWeb: Add HTML::Task::Source::FileReading
This commit is contained in:
parent
70ca295404
commit
79fc7d7c7c
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