diff --git a/Userland/Libraries/LibWeb/Fetch/BodyInit.h b/Userland/Libraries/LibWeb/Fetch/BodyInit.h index 6b009f88a1..7c2a3ef431 100644 --- a/Userland/Libraries/LibWeb/Fetch/BodyInit.h +++ b/Userland/Libraries/LibWeb/Fetch/BodyInit.h @@ -13,9 +13,6 @@ namespace Web::Fetch { -// https://fetch.spec.whatwg.org/#typedefdef-xmlhttprequestbodyinit -using XMLHttpRequestBodyInit = Variant, JS::Handle, JS::Handle, String>; - // https://fetch.spec.whatwg.org/#bodyinit using BodyInit = Variant, JS::Handle, JS::Handle, JS::Handle, String>;