在 IE11 中消除“对象不支持此操作”

Debounce 'object doesn't support this action' in IE11

此错误发生在 React 应用程序中:

我已经找出错误并确定是 _.debounce 的使用导致了错误。

我的问题是,IE11不支持debounce吗?

原来这个问题与Debounce无关,但是,由于IE11不支持名为new Event的代码。 document.createEvent 可以用作解决方法