##off-topic
5 messages · Page 1 of 1 (latest)
I can read 100mb/200mb...but big files are not suitable for this readFile() file method...it reads the whole file and cache in ram thus laptop hangs and freezes.....i want a process of chunk by chunk reading of 10mb and then merge them for full file reading instead the whole file in one phase being loaded.........
i meant readTextFileLines()
I am sorry..again i confused you...i want to read binary file chunk by chunk and then create a blob of the video with each chunk containing in blob array then give user a blob url to stream,like a video.....I think it may not possible in js..instead i have to update the code in backend rust