facing error while using sweet alerts in IE 11

不羁的心 提交于 2019-12-20 06:22:23

问题


i am trying to use sweet alerts in my application its working fine in all browser except IE (version 11).Following errors are coming when i call swal() function.

1.Object doesn't support property or method 'defineProperty'.



2.   The value of the property 'swal' is null or undefined, not a Function object

first error is coming from sweetalert.min.js and second is coming from my script where i am calling swal function.

来源:https://stackoverflow.com/questions/32070945/facing-error-while-using-sweet-alerts-in-ie-11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!