[错误] 非法的 customType: xxx
作者: topgame123com创建于 2025年10月30日更新于 2025年10月30日
在用户使用 customAudioType 自定义解释时, 如果函数定义为 async function, 由于代码使用: "[object Function]" === Object.prototype.toString.call(customAudioTypeFn) 来判断是否存在函数, 这里的 false 导致报错
内容来源: DIYgod/APlayer