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.
Creates a TransformStream webStream to transform a binary
UInt8Array
stream into a parsed file tree stream. Will yieldTreeNode
s defining the file tree. If file contents are included in the stream it will yieldContentNode
s defining the file metadata and raw binaryUInit8Array
chunks of the contents.