mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
LibWeb: Add FormDataIterator implementation
This adds the FormDataIterator implementation so we can iterate over FormData.{keys(),values(),entries()}.
This commit is contained in:
parent
680e970597
commit
be52e7171a
8 changed files with 133 additions and 2 deletions
|
@ -489,6 +489,7 @@ class WebGLRenderingContextBase;
|
|||
|
||||
namespace Web::XHR {
|
||||
class FormData;
|
||||
class FormDataIterator;
|
||||
class ProgressEvent;
|
||||
class XMLHttpRequest;
|
||||
class XMLHttpRequestEventTarget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue