ladybird/Tests/LibWeb/Text/expected/HTML/form-add-dynamic-formdata.txt
Tim Ledbetter ea0e434d1d LibWeb: Allow FormData entry list to be mutated within a FormDataEvent
Previously, the list was copied when constructing the FormData object,
then the original list was passed to the event, meaning any changes to
the list that happened within the event would not be reflected outside
of it.
2024-11-21 20:25:26 +01:00

2 lines
84 B
Text

formData.get('field1') === 'value1': true
formData.get('field2') === 'value2': true