Leon's blog Leon's blog
首页
前端
场景
技术
更多
关于
收藏
索引
GitHub (opens new window)

Leon Yu

做一个有个性的开发者~
首页
前端
场景
技术
更多
关于
收藏
索引
GitHub (opens new window)
  • 前端
  • 前端工程化

  • JavaScript高级程序设计

  • sass

  • vue熟悉

  • 前端存储

    • indexedDB的应用
  • opensumi

  • WebContainer

  • storybook

  • 性能优化

  • 卡颂React

  • JS基础

  • 前端
  • 前端存储
leon yu
2024-07-30

indexedDB的应用

提示

当想要在浏览器端缓存大量数据时,可以考虑使用 indexedDB,作为浏览器维护的数据库,indexedDB可以保存大量的数据,同时本身具有较高的安全性。

# indexedDB 的特点

  1. 存储容量取决于磁盘空间
  2. 本身具有较好的 TypeScript 支持
  3. 受同源策略保护,同一个域名共享 indexedDB

# 参考

mdn indexedDB (opens new window)

最近更新~: 2024/08/19, 01:05:55
深度指南摘录
opensumi介绍与使用

← 深度指南摘录 opensumi介绍与使用→

最近更新
01
应用层
01-11
02
计算机网络和因特网
12-22
03
关于
12-22
更多文章>
Theme by Vdoing | Copyright © 2024-2025 主题来自 Evan Xu | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式