mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/IDB: Remove outdated FIXME
This commit is contained in:
parent
13674c1b32
commit
4c7c7845d3
Notes:
github-actions[bot]
2025-05-14 15:18:43 +00:00
Author: https://github.com/stelar7
Commit: 4c7c7845d3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4727
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/shannonbooth
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ struct IDBTransactionOptions {
|
|||
Bindings::IDBTransactionDurability durability = Bindings::IDBTransactionDurability::Default;
|
||||
};
|
||||
|
||||
// FIXME: I'm not sure if this object should do double duty as both the connection and the interface
|
||||
// but the spec treats it as such...?
|
||||
// https://w3c.github.io/IndexedDB/#IDBDatabase-interface
|
||||
// https://www.w3.org/TR/IndexedDB/#database-connection
|
||||
class IDBDatabase : public DOM::EventTarget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue