muxinc / upchunk

Uploads Chunks! Takes big files, splits them up, then uploads each one with care (and PUT requests).
MIT License
336 stars 46 forks source link

Infinite recursion from old event-target-shim dependency #62

Closed helloandrewpark closed 2 years ago

helloandrewpark commented 3 years ago

An issue from the event-target-shim dependency causes the browser process to get stuck in an infinite recursion when an event is dispatched. This prevents uploads from succeeding and eventually the browser tab crashes. This was fixed in 6.0.2, could you please upgrade?

note: i was able to get this working by changing package.json with

"typescript": "^4.1.3",
...
"event-target-shim": "^6.0.2",
ramiel commented 2 years ago

Has this been released? Version 2.2.2 still has event-target-shim@4.0.3 as dependency, making it unusable