Skip to content

Simplify internal handling of data sources #48

@Floriszenz

Description

@Floriszenz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions