WebP格式无法在IE浏览器中使用

aru*_*ham 5 javascript html5 web-applications cross-browser webp

我一直在尝试压缩我的应用程序中使用的图标和图像,以便应用程序快速呈现.我使用WebP工具做同样的事情.我注意到Google Chrome很容易支持这种格式,但IE浏览器却没有.我在IE控制台中遇到以下错误:

HTTP401: DENIED - The requested resource requires user authentication.
GET - http://localhost:8081/undefined 
Run Code Online (Sandbox Code Playgroud)

还有警告:

DOM7009: Unable to decode image at URL ..
Run Code Online (Sandbox Code Playgroud)

我还使用了库 - webpjs-0.0.2.min.js(最新)来支持跨浏览器,但问题仍然存在 - IE不允许加载.webp格式.