Face2FaceTranslator icon indicating copy to clipboard operation
Face2FaceTranslator copied to clipboard

uniapp引入插件报错 TypeError: Function.prototype.apply was called on Object.prototype.propertyIsEnumerable, which is a string and not a function

Open kafeidouzi opened this issue 4 years ago • 1 comments

uniapp引入插件报错 TypeError: Function.prototype.apply was called on Object.prototype.propertyIsEnumerable, which is a string and not a function

kafeidouzi avatar Feb 20 '21 06:02 kafeidouzi

小程序为防止低版本浏览器不支持finally,使用promise.prototype.finally这个包,这个包中有个依赖es-abstract文件,该文件中var $isEnumerable = callBound('Object.prototype.propertyIsEnumerable'); 报错

kafeidouzi avatar Feb 20 '21 08:02 kafeidouzi