Commit graph

4 commits

Author SHA1 Message Date
Jean-Philip Desjardins
d37e62bfad JS: Fix seeking to end on large files. 2024-08-26 10:34:21 -04:00
Jean-Philip Desjardins
851fcebfea Fix huge offsets. 2022-02-14 13:07:15 -05:00
Jean-Philip Desjardins
cd074adcfa Fix style. 2022-02-14 13:07:15 -05:00
Jean-Philip Desjardins
7b5b24c4cf Improve the way disc images are accessed.
Instead of loading the whole disc image in memory, use the Browser's File API to fetch needed parts of the file.
Has to go through some odd proxying hoops since the File object is owned by the main browser thread.
2022-02-14 13:07:15 -05:00