Currently, we map all different data source types to ArrayBuffer or ReadableStream. Instead of having logic for both interfaces, it might be sensible to map all data sources to ReadableStream directly. It should have no negative impact on the parsing performance, but would simplify the internal logic it takes to handle all data sources.