mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Implement IDBFactory::cmp
This commit is contained in:
parent
c43b93e6fa
commit
331f26a88b
Notes:
github-actions[bot]
2024-11-25 10:54:47 +00:00
Author: https://github.com/stelar7
Commit: 331f26a88b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2279
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/tcl3
14 changed files with 655 additions and 1 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
virtual ~IDBFactory() override;
|
||||
|
||||
WebIDL::ExceptionOr<GC::Ref<IDBOpenDBRequest>> open(String const& name, Optional<u64> version);
|
||||
WebIDL::ExceptionOr<i8> cmp(JS::Value first, JS::Value second);
|
||||
|
||||
protected:
|
||||
explicit IDBFactory(JS::Realm&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue