mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
LibWeb/IDB: Implement recent spec changes
This commit is contained in:
Notes:
github-actions[bot]
2025-05-06 12:31:37 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/9d5f6108e40 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4620 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -33,8 +33,6 @@ public:
|
||||
GC::Ref<IDBTransaction> transaction() { return m_object_store_handle->transaction(); }
|
||||
GC::Ref<Index> index() { return m_index; }
|
||||
|
||||
HTML::SerializationRecord get_referenced_value(IndexRecord const& index_record) const;
|
||||
|
||||
protected:
|
||||
explicit IDBIndex(JS::Realm&, GC::Ref<Index>, GC::Ref<IDBObjectStore>);
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
Reference in New Issue
Block a user