fileAsArrayBuffer represents the file contents as an ArrayBuffer. For instance, if you have an <input type="file">, you select your file, then convert it to an array buffer via await file.arrayBuffer().
oooh so ITKReader is supposed to be used with a browser, i thought it read files from the local directory like the rest of the readers. thanks alot for clarifying.