LibWeb/IDB: Remove outdated FIXME

This commit is contained in:
stelar7 2025-05-13 23:10:31 +02:00 committed by Jelle Raaijmakers
commit 4c7c7845d3
Notes: github-actions[bot] 2025-05-14 15:18:43 +00:00

View file

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