svga / SVGAPlayer-Web

Similar to Lottie. Render After Effects / Animate CC (Flash) animations natively on Android and iOS, Web. 使用 SVGAPlayer 在 Android、iOS、Web中播放 After Effects / Animate CC (Flash) 动画。
https://svga.io
Apache License 2.0
954 stars 239 forks source link

bugfix(loadAssets): 处理 xhr 加载失败的情况 #121

Closed yiliashaw closed 4 years ago

yiliashaw commented 4 years ago

期望:

  1. 加载失败时捕获到 ajax 错误
  2. 当提供了 failure() 时,不抛到到 window.onerror 上

实际:

  1. 加载失败时捕获到 null.length 错误
  2. 当提供了 failure() 时,依然抛到到 window.onerror 上

本 PR 通过处理 xhr.onerror 解决了这个问题

https://gist.github.com/yiliashaw/328410404c35735f42f437dd5d9a8ca3