mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
LibWeb: Add DatabaseAccess as a task source
This commit is contained in:
parent
de1552342b
commit
67fccf4eb2
Notes:
github-actions[bot]
2024-11-08 18:12:34 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/67fccf4eb26 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2165 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/shannonbooth
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue