Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Web stream implementation #139

@ecofi

Description

@ecofi

I posted this also to sax.js but I noticed that saxes the more recently active fork

Is there an chance to implement web streams so that we can use it in browser with fetch response directly? This would be really awesome and because nodejs is now also implementing web stream API it could be the approach for having a single stream implementation.
I'm looking for something like this:

fetch("very-large.xml").then((response) => response.body.pipeThrough(saxWebStream))

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