Andrew Kaster
a83668d838
LibWeb: Move XHR::FormDataEntry to its own header
...
This avoids a circular dependency in a future commit
2023-08-29 09:39:57 +02:00
Andreas Kling
18c54d8d40
LibJS: Make Cell::initialize() return void
...
Stop worrying about tiny OOMs.
Work towards #20405
2023-08-08 07:39:11 +02:00
Kenneth Myhra
5df4d66d91
LibWeb: Add get accessor to internal entry list of FormData
2023-04-05 09:43:52 +01:00
Kenneth Myhra
be52e7171a
LibWeb: Add FormDataIterator implementation
...
This adds the FormDataIterator implementation so we can iterate over
FormData.{keys(),values(),entries()}.
2023-03-08 18:57:36 +00:00
Luke Wilde
3275d659bf
LibWeb: Convert FormData to String and Vector storage
...
This makes use of the new [UseNewAKString] extended attribute. Using
Vector storage will make it easier to make this interface into an IDL
iterable. It seems the reason it didn't use Vector originally was due
to awkward DeprecatedString -> String conversions.
2023-02-18 01:23:36 +01:00
Kenneth Myhra
f698585097
LibWeb: Move setting of FormDataPrototype to initialize()
...
This moves the setting of FormDataPrototype out of the constructor to
initialize().
2023-02-12 21:35:59 +00:00
Kenneth Myhra
d5b5b94a35
LibWeb: Introduce the FormData interface from the XHR specification
2023-02-12 00:18:09 +00:00