use Blob instead of ArrayBuffer for raw to sparse conversion
Raw images can be quite large, and it might not be possible to convert the images in RAM, on low memory devices, as raw to sparse conversion can consume memory more than twice the size of the image being converted. This commit also reduces fastboot.js peak memory usage during flashing.
Loading
Please register or sign in to comment