Static
Createthe more elegant way to parse saves, instead of using the plain ParseSave. Since streaming will not hold the converted JSON in memory at once.
the save name
the save file as UInt8Array
Optional
options: Partial<{ a WHATWG compliant readable stream of strings (They are valid JSON and represent a SatisfactorySave object). And a method to actually start the streaming for more precise control.
Creates a ReadableStream from Binary file, that actually waits until the reading operator has caught up before it pushes more.