tangshuang / indb

Maybe the best way to understand and use indexedDB. 😄😄😄
60 stars 9 forks source link

TypeError: Cannot read property 'indexOf' of undefined #4

Open huanghairong2312 opened 3 years ago

huanghairong2312 commented 3 years ago

源码: src/utils 里的modifyError 方法未做判空,经测试发现 部分浏览器 e.message 为null 或undefined ,所以源码中 e.message.indexOf 方法报错