LibWeb: Add DatabaseAccess as a task source

This commit is contained in:
stelar7 2024-11-04 18:15:26 +01:00 committed by Andrew Kaster
parent de1552342b
commit 67fccf4eb2
Notes: github-actions[bot] 2024-11-08 18:12:34 +00:00

View file

@ -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.