Web SQL& IndexedDB

https://developer.mozilla.org/en/docs/Web/API/IndexedDB_API

https://mdn.github.io/to-do-notifications/

https://www.cnblogs.com/xgqfrms/p/5835942.html

web 存储方式汇总

  1. Cookies,
  2. Session
  3. Web SQL
  4. Web Storage(LocalStorage ,SessionStorage)
  5. IndexedDB
  6. Application Cache
  7. Cache Storage

https://caniuse.com/#search=Storage


Indexed Database API 2.0

W3C Recommendation, 30 January 2018

https://www.w3.org/TR/IndexedDB/

https://caniuse.com/#search=Storage

https://caniuse.com/#search=IndexedDB

https://caniuse.com/#search=Web SQL


最新文章

  1. javascript系列:NaN类型
  2. python学习 变量的操作 与 基本数据类型
  3. jQuery.mobile.activePage获取当点活动的page
  4. x264_param_t结构
  5. C# DbHelperSQL,操作不同的数据库帮助类 (转载)
  6. Linux用户与用户组的详解
  7. JavaScript Infinite scroll & Masonry
  8. sql server 2005 表master..spt_values
  9. 15 ActionBar.Tab 以及保存fragment对象 代码案例
  10. % 与 format 进行字符串格式化
  11. “卷积神经网络(Convolutional Neural Network,CNN)”之问
  12. Oracle 循环查询
  13. LVM : 扩展文件系统的容量
  14. Google Maps瓦片(tile)地图文件下载(1-11层级)
  15. EL语言表达式 (三)【EL中的算术运算以及判断EL对象是否为空】
  16. this.$route和this.$router的区别
  17. HTTPUTILS
  18. App案例分析——XBMC
  19. [JOISC2018]道路建设 LCT
  20. 关于 Source Engine 2007 网络通信的分析

热门文章

  1. ip_hash(不推荐使用) 会话粘性问题分析 Cookie 的 Session Sticky
  2. Routine Subroutine Coroutine 子程序 协程 子例程
  3. Linux的.a、.so和.o文件 windows下obj,lib,dll,exe的关系 动态库内存管理 动态链接库搜索顺序 符号解析和绑定 strlen函数的汇编实现分析
  4. 使用nodejs构建Docker image最佳实践
  5. sql 工具类function
  6. (24)bzip2命令:压缩文件(.bz2格式)&&bunzip2命令:bz2格式的解压缩命令
  7. Redis 实战 —— 13. 扩展 Redis
  8. MySQL常用SQL语句1
  9. CodeForces - 948C (前缀和+二分)
  10. Codeforces Round #550 (Div. 3) D. Equalize Them All (贪心,模拟)