Right now, ResizeFormListener::preSubmit() accepts both arrays and Traversables as data. This does not make much sense since data sent by the browser always comes as arrays.
Support for Traversables should be deprecated and removed in 4.0 in order to facilitate fixes like #13116.