player icon indicating copy to clipboard operation
player copied to clipboard

Promise rejections are leaking into our application

Open ffxsam opened this issue 10 months ago • 0 comments

Current Behavior:

Videos destroying themselves (when being unmounted) throws Promise rejections that leak into our application and throw an error.

Expected Behavior:

I would expect videos to quietly self-destruct.

The code in question: https://github.com/search?q=org%3Avidstack+%22provider+destroyed%22&type=code

Reference: https://discord.com/channels/742612686679965696/1297076395465379870

Environment:

  • Framework: Vue 3
  • Node: 22
  • Device: any

ffxsam avatar Feb 26 '25 06:02 ffxsam