LibWeb: Stub the ServiceWorkerContainer interface

This commit is contained in:
Tim Ledbetter 2024-08-22 17:27:30 +01:00 committed by Andreas Kling
commit 53ab6fa403
Notes: github-actions[bot] 2024-08-25 10:54:07 +00:00
8 changed files with 92 additions and 0 deletions

View file

@ -485,6 +485,7 @@ class Plugin;
class PluginArray;
class PromiseRejectionEvent;
class SelectedFile;
class ServiceWorkerContainer;
class ServiceWorkerRegistration;
class SharedResourceRequest;
class Storage;