diff options
author | Linus Groh <mail@linusgroh.de> | 2023-03-07 18:15:52 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-03-07 23:33:34 +0000 |
commit | 5cc6b1c4dbb1fa488c3cffc146c1a0471ecff83e (patch) | |
tree | bfba9e9e9682ff731187a271211ba135e6de50f5 /Userland/Libraries/LibWeb/Fetch/Request.h | |
parent | a2fb3a1653cd8b963c1840af5f4a0ba981de2708 (diff) | |
download | serenity-5cc6b1c4dbb1fa488c3cffc146c1a0471ecff83e.zip |
LibWeb/HTML: Port Window.fetch() to IDL
Diffstat (limited to 'Userland/Libraries/LibWeb/Fetch/Request.h')
-rw-r--r-- | Userland/Libraries/LibWeb/Fetch/Request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Fetch/Request.h b/Userland/Libraries/LibWeb/Fetch/Request.h index c794e3d39b..3f54e15906 100644 --- a/Userland/Libraries/LibWeb/Fetch/Request.h +++ b/Userland/Libraries/LibWeb/Fetch/Request.h @@ -10,6 +10,7 @@ #include <LibJS/Forward.h> #include <LibJS/Heap/GCPtr.h> #include <LibWeb/Bindings/PlatformObject.h> +#include <LibWeb/Bindings/RequestPrototype.h> #include <LibWeb/Fetch/Body.h> #include <LibWeb/Fetch/BodyInit.h> #include <LibWeb/Fetch/Headers.h> |