Commit Graph

1 Commits

Author SHA1 Message Date
Tim Ledbetter
7e288e80fe 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.

(cherry picked from commit ea0e434d1d6b464ab0a56c4b7150950be78ae7d3)
2024-11-25 12:19:33 -05:00