Currently in http3.cc the callback OnReceiveSettingsdoes not call a js side callback.
However, this is necessary as usually settings arrive a bit later than session establishment,
and for example for webtransport is necessary that these settings have arrived before doing the extended connect.
@jasnell : If there are no objections, I would try to implement a mechanism similar to the header arrival ?