mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
LibWeb: Add the URL::searchParams attribute
This commit is contained in:
committed by
Andreas Kling
parent
1841fbd3e4
commit
fe32c9c3bd
@@ -75,4 +75,9 @@ DOM::ExceptionOr<void> URL::set_href(String const& href)
|
||||
return {};
|
||||
}
|
||||
|
||||
URLSearchParams const* URL::search_params() const
|
||||
{
|
||||
return m_query;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user