Resumable.js 是否支持 IE v11 和 Windows 10 Edge 的断点续传?

Does Resumable.js support resumable uploading for IE v11 and Windows 10 Edge?

有库 Resumable.js 即:

a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API. The library is designed to introduce fault-tolerance into the upload of large files through HTTP.

但根据 Resumable.js 站点:

Resumable.js does not have any external dependencies other the HTML5 File API. This is relied on for the ability to chunk files into smaller pieces. Currently, this means that support is limited to Firefox 4+ and Chrome 11+

有时开发人员不会立即更新文档。目前是否有任何更改:Resumable.js 是否支持 IE v11 和 Windows 10 Edge 的断点续传?

根据他们当前的文档,他们支持所有主流浏览器,包括 Internet Explorer 10+ (Github Resumable.js):

Resumable.js does not have any external dependencies other than the HTML5 File API. This is relied on for the ability to chunk files into smaller pieces. Currently, this means that support is widely available in to Firefox 4+, Chrome 11+, Safari 6+ and Internet Explorer 10+.

他们的文档没有提到任何关于 Opera 的内容,但它提到唯一的 Resumable.js 依赖项是 HTML5 文件 API.

这是 Opera 2.8 文档的 link,关于文件 API 的实现,所以它应该可以工作: W3C File API support in Opera Presto 2.8