Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个我正在使用 IndexedDB 实现的 chrome 扩展。该扩展使用内容脚本,每次用户对评论进行投票时,该脚本都会将记录存储到数据库中。我想知道我应该多久打开和关闭连接。
我从不关闭连接,也从未发现问题。
只要确保,您收听 idb 的 onversionchange(不是 idb 打开请求)以关闭连接。这是关闭连接的唯一时间。否则浏览器将为您关闭。