Function parserTransformStreamFactory

  • Creates a TransformStream webStream to transform a binary UInt8Array stream into a parsed file tree stream. Will yield TreeNodes defining the file tree. If file contents are included in the stream it will yield ContentNodes defining the file metadata and raw binary UInit8Array chunks of the contents.

    Returns TransformStream<Uint8Array, TreeNode | ContentNode | Uint8Array>

Generated using TypeDoc