LibWeb/HTML: Port Window.fetch() to IDL

This commit is contained in:
Linus Groh 2023-03-07 18:15:52 +00:00
commit 5cc6b1c4db
Notes: sideshowbarker 2024-07-16 23:17:55 +09:00
12 changed files with 22 additions and 389 deletions

View file

@ -60,6 +60,7 @@ public:
using WindowOrWorkerGlobalScopeMixin::atob;
using WindowOrWorkerGlobalScopeMixin::btoa;
using WindowOrWorkerGlobalScopeMixin::fetch;
// ^DOM::EventTarget
virtual bool dispatch_event(DOM::Event&) override;