mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:17:35 +00:00
LibWeb: Make URLSearchParams iterable
This uses the new support for the iterable IDL property.
This commit is contained in:
parent
14e99b9b68
commit
01417c82c5
7 changed files with 101 additions and 2 deletions
|
@ -251,6 +251,7 @@ class XMLHttpRequestEventTarget;
|
|||
namespace Web::URL {
|
||||
class URL;
|
||||
class URLSearchParams;
|
||||
class URLSearchParamsIterator;
|
||||
}
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
@ -391,4 +392,6 @@ class URLWrapper;
|
|||
class URLSearchParamsConstructor;
|
||||
class URLSearchParamsPrototype;
|
||||
class URLSearchParamsWrapper;
|
||||
class URLSearchParamsIteratorPrototype;
|
||||
class URLSearchParamsIteratorWrapper;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue