mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Stub CacheStorage::has()
This is a step to get https://web.telegram.org/a/ login working.
This commit is contained in:
committed by
Alexander Kalenik
parent
f5de4c3dd6
commit
d8c86a2b09
Notes:
github-actions[bot]
2025-06-08 16:27:26 +00:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/LadybirdBrowser/ladybird/commit/d8c86a2b09a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5032 Reviewed-by: https://github.com/shannonbooth Reviewed-by: https://github.com/trflynn89
@@ -17,6 +17,7 @@ class CacheStorage : public Bindings::PlatformObject {
|
||||
GC_DECLARE_ALLOCATOR(CacheStorage);
|
||||
|
||||
public:
|
||||
GC::Ref<WebIDL::Promise> has(String const& cache_name);
|
||||
GC::Ref<WebIDL::Promise> open(String const& cache_name);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user