mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb: Add DatabaseAccess as a task source
This commit is contained in:
parent
de1552342b
commit
67fccf4eb2
|
|
@ -65,6 +65,9 @@ public:
|
|||
// https://html.spec.whatwg.org/multipage/webappapis.html#rendering-task-source
|
||||
Rendering,
|
||||
|
||||
// https://w3c.github.io/IndexedDB/#database-access-task-source
|
||||
DatabaseAccess,
|
||||
|
||||
// !!! IMPORTANT: Keep this field last!
|
||||
// This serves as the base value of all unique task sources.
|
||||
// Some elements, such as the HTMLMediaElement, must have a unique task source per instance.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user