which schema class to base the decoding and encoding on
where do you wish to attach the loader_input
html element? if undefined
, it will not get attached to the DOM. default = document.body
Readonly
loader_the html input element that provides a gateway for user file selection
Readonly
downloader_Readonly
file_Readonly
schemaschema to be used for encoding and decoding
a list of decoded files. you can delete the entries here to save up memory
encode the provided javascript object into a Uint8Array
bytes array using this.schema.encode
download the provided javascript object as a binary blob, by encoding it based on this.schema.encode
parse files based on a specific schema
S
TODO clean this up. re-purpose it correctly. create interface for the requiredencode
anddecode
functions required by the parser