Chromium consistently crash after processing ~990 files (of several specific types) with fileTypeFromBlob
- a.readFromStream WebStreamReader.js - TypeError: network error
#678
Labels
Description
This may be a Chrome bug because it works in Firefox. It crashes at around 990 iterations when the selected file is jpg/png/webp/mkv/gz/safetensors and possibly many other types, and for some reason it does not crash on some other file types I tested (like zip archives). You can open
about:blank
in your browser, then open DevTools and paste this, and select any random image from your computer:Here's the error:
Notes:
fileTypeFromBuffer
.fileTypeFromBuffer
), so this issue is just to document the bug, be it a Chromium one or afile-type
one.Example file:
It happens for any jpg/png/webp as far as I can tell, but just in case, here's an example I tested/replicated the issue on:
Existing Issue Check
ESM (ECMAScript Module) Requirement Acknowledgment
package.json
contains the following entry:"type": "module"
.File-Type Scope Acknowledgment
The text was updated successfully, but these errors were encountered: