LibWeb: Stub CacheStorage::has()

This is a step to get https://web.telegram.org/a/ login working.
This commit is contained in:
Aliaksandr Kalenik
2025-06-07 23:48:06 +02:00
committed by Alexander Kalenik
parent f5de4c3dd6
commit d8c86a2b09
Notes: github-actions[bot] 2025-06-08 16:27:26 +00:00
3 changed files with 9 additions and 1 deletions

View File

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