1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00

LibWeb: Add the URL::searchParams attribute

This commit is contained in:
Idan Horowitz 2021-09-14 00:15:41 +03:00 committed by Andreas Kling
parent 1841fbd3e4
commit fe32c9c3bd
5 changed files with 15 additions and 1 deletions

View file

@ -1481,6 +1481,7 @@ void generate_prototype_implementation(IDL::Interface const& interface)
#include <LibWeb/Bindings/RangeWrapper.h>
#include <LibWeb/Bindings/StyleSheetListWrapper.h>
#include <LibWeb/Bindings/TextWrapper.h>
#include <LibWeb/Bindings/URLSearchParamsWrapper.h>
#include <LibWeb/Bindings/WindowObject.h>
#include <LibWeb/DOM/Element.h>
#include <LibWeb/DOM/EventListener.h>