摘要: https://developer.mozilla.org/zh-CN/docs/Web/API/IndexedDB_API/Using_IndexedDB IndexedDB 是一种底层 API,用于在客户端存储大量的结构化数 IndexedDB 是一个基于 JavaScript 的面向对象数据库 阅读全文
posted @ 2022-02-17 19:41 Running00 阅读(644) 评论(0) 推荐(0) 编辑
摘要: throw会停止执行, 后续代码将不执行; console.error 不会停止执行后续代码 1、throw 错误 1)未通过try catch 捕捉的会抛出到控制台 2)通过try catch 捕捉的,会在catch中处理,不会在控制台展示 2、console.error 如果发生的错误不是致命的 阅读全文
posted @ 2022-02-17 16:37 Running00 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 流程图可以简单地描述一个过程 https://www.cnblogs.com/tdbk-nwnu/p/9138921.html 阅读全文
posted @ 2022-02-17 15:12 Running00 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 当一项资源(如或)加载失败 https://developer.mozilla.org/zh-CN/docs/Web/API/GlobalEventHandlers/onerror 阅读全文
posted @ 2022-02-17 11:27 Running00 阅读(175) 评论(0) 推荐(0) 编辑