Skip to content

Getting empty Uint8List when loading large files on web

The package consistently fails to load files larger than 1GB on web and returns an empty Uint8List when running toUint8List.

I've also observed it failing to load files about 400MB too but I am unable to reproduce that (unsure if the issues are related).

I've a fix in place and will open a PR.

Edited by CDDelta