indexeddb.json 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. {
  2. "title":"IndexedDB",
  3. "description":"Method of storing data client-side, allows indexed database queries.",
  4. "spec":"https://www.w3.org/TR/IndexedDB/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"https://hacks.mozilla.org/2010/06/comparing-indexeddb-and-webdatabase/",
  9. "title":"Mozilla Hacks article"
  10. },
  11. {
  12. "url":"https://github.com/axemclion/IndexedDBShim",
  13. "title":"Polyfill for browsers supporting WebSQL"
  14. },
  15. {
  16. "url":"https://raw.github.com/phiggins42/has.js/master/detect/features.js#native-indexeddb",
  17. "title":"has.js test"
  18. },
  19. {
  20. "url":"https://www.webplatform.org/docs/apis/indexedDB",
  21. "title":"WebPlatform Docs"
  22. }
  23. ],
  24. "bugs":[
  25. {
  26. "description":"Firefox (prior to version 37) and [Safari](https://bugs.webkit.org/show_bug.cgi?id=149953) do not support IndexedDB inside web workers."
  27. },
  28. {
  29. "description":"[Firefox](https://bugzilla.mozilla.org/show_bug.cgi?id=781982) and [Edge](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/9968399/) do not support IndexedDB in private browsing mode."
  30. },
  31. {
  32. "description":"Not supported in Chrome 47 for iOS & below or other older iOS WebViews using UIWebView instead of WKWebView [see details](https://blog.chromium.org/2016/01/a-faster-more-stable-chrome-on-ios.html)\r\n\r\nChrome 36 and below did not support Blob objects as indexedDB values."
  33. },
  34. {
  35. "description":"Chrome has a bug where a deleted indexedDB can be re-created when dev tools are open (fixed in latest builds) [see bug](https://code.google.com/p/chromium/issues/detail?id=539931)"
  36. },
  37. {
  38. "description":"Microsoft Edge does not support IndexedDB inside blob web workers. [See issue](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5942817/)."
  39. }
  40. ],
  41. "categories":[
  42. "JS API"
  43. ],
  44. "stats":{
  45. "ie":{
  46. "5.5":"n",
  47. "6":"n",
  48. "7":"n",
  49. "8":"n",
  50. "9":"n",
  51. "10":"a #1",
  52. "11":"a #1"
  53. },
  54. "edge":{
  55. "12":"a #1",
  56. "13":"a #1",
  57. "14":"a #1",
  58. "15":"a #1",
  59. "16":"a #1",
  60. "17":"a #1",
  61. "18":"a #1",
  62. "79":"y",
  63. "80":"y",
  64. "81":"y",
  65. "83":"y",
  66. "84":"y",
  67. "85":"y",
  68. "86":"y"
  69. },
  70. "firefox":{
  71. "2":"n",
  72. "3":"n",
  73. "3.5":"n",
  74. "3.6":"n",
  75. "4":"a x",
  76. "5":"a x",
  77. "6":"a x",
  78. "7":"a x",
  79. "8":"a x",
  80. "9":"a x",
  81. "10":"y x",
  82. "11":"y x",
  83. "12":"y x",
  84. "13":"y x",
  85. "14":"y x",
  86. "15":"y x",
  87. "16":"y",
  88. "17":"y",
  89. "18":"y",
  90. "19":"y",
  91. "20":"y",
  92. "21":"y",
  93. "22":"y",
  94. "23":"y",
  95. "24":"y",
  96. "25":"y",
  97. "26":"y",
  98. "27":"y",
  99. "28":"y",
  100. "29":"y",
  101. "30":"y",
  102. "31":"y",
  103. "32":"y",
  104. "33":"y",
  105. "34":"y",
  106. "35":"y",
  107. "36":"y",
  108. "37":"y",
  109. "38":"y",
  110. "39":"y",
  111. "40":"y",
  112. "41":"y",
  113. "42":"y",
  114. "43":"y",
  115. "44":"y",
  116. "45":"y",
  117. "46":"y",
  118. "47":"y",
  119. "48":"y",
  120. "49":"y",
  121. "50":"y",
  122. "51":"y",
  123. "52":"y",
  124. "53":"y",
  125. "54":"y",
  126. "55":"y",
  127. "56":"y",
  128. "57":"y",
  129. "58":"y",
  130. "59":"y",
  131. "60":"y",
  132. "61":"y",
  133. "62":"y",
  134. "63":"y",
  135. "64":"y",
  136. "65":"y",
  137. "66":"y",
  138. "67":"y",
  139. "68":"y",
  140. "69":"y",
  141. "70":"y",
  142. "71":"y",
  143. "72":"y",
  144. "73":"y",
  145. "74":"y",
  146. "75":"y",
  147. "76":"y",
  148. "77":"y",
  149. "78":"y",
  150. "79":"y",
  151. "80":"y",
  152. "81":"y",
  153. "82":"y",
  154. "83":"y"
  155. },
  156. "chrome":{
  157. "4":"p",
  158. "5":"p",
  159. "6":"p",
  160. "7":"p",
  161. "8":"p",
  162. "9":"p",
  163. "10":"n",
  164. "11":"a x",
  165. "12":"a x",
  166. "13":"a x",
  167. "14":"a x",
  168. "15":"a x",
  169. "16":"a x",
  170. "17":"a x",
  171. "18":"a x",
  172. "19":"a x",
  173. "20":"a x",
  174. "21":"a x",
  175. "22":"a x",
  176. "23":"y x",
  177. "24":"y",
  178. "25":"y",
  179. "26":"y",
  180. "27":"y",
  181. "28":"y",
  182. "29":"y",
  183. "30":"y",
  184. "31":"y",
  185. "32":"y",
  186. "33":"y",
  187. "34":"y",
  188. "35":"y",
  189. "36":"y",
  190. "37":"y",
  191. "38":"y",
  192. "39":"y",
  193. "40":"y",
  194. "41":"y",
  195. "42":"y",
  196. "43":"y",
  197. "44":"y",
  198. "45":"y",
  199. "46":"y",
  200. "47":"y",
  201. "48":"y",
  202. "49":"y",
  203. "50":"y",
  204. "51":"y",
  205. "52":"y",
  206. "53":"y",
  207. "54":"y",
  208. "55":"y",
  209. "56":"y",
  210. "57":"y",
  211. "58":"y",
  212. "59":"y",
  213. "60":"y",
  214. "61":"y",
  215. "62":"y",
  216. "63":"y",
  217. "64":"y",
  218. "65":"y",
  219. "66":"y",
  220. "67":"y",
  221. "68":"y",
  222. "69":"y",
  223. "70":"y",
  224. "71":"y",
  225. "72":"y",
  226. "73":"y",
  227. "74":"y",
  228. "75":"y",
  229. "76":"y",
  230. "77":"y",
  231. "78":"y",
  232. "79":"y",
  233. "80":"y",
  234. "81":"y",
  235. "83":"y",
  236. "84":"y",
  237. "85":"y",
  238. "86":"y",
  239. "87":"y",
  240. "88":"y",
  241. "89":"y"
  242. },
  243. "safari":{
  244. "3.1":"p",
  245. "3.2":"p",
  246. "4":"p",
  247. "5":"p",
  248. "5.1":"p",
  249. "6":"p",
  250. "6.1":"p",
  251. "7":"p",
  252. "7.1":"a #2",
  253. "8":"a #2",
  254. "9":"a #2",
  255. "9.1":"a #2",
  256. "10":"y",
  257. "10.1":"y",
  258. "11":"y",
  259. "11.1":"y",
  260. "12":"y",
  261. "12.1":"y",
  262. "13":"y",
  263. "13.1":"y",
  264. "14":"y",
  265. "TP":"y"
  266. },
  267. "opera":{
  268. "9":"n",
  269. "9.5-9.6":"n",
  270. "10.0-10.1":"n",
  271. "10.5":"p",
  272. "10.6":"p",
  273. "11":"p",
  274. "11.1":"p",
  275. "11.5":"p",
  276. "11.6":"p",
  277. "12":"p",
  278. "12.1":"p",
  279. "15":"y",
  280. "16":"y",
  281. "17":"y",
  282. "18":"y",
  283. "19":"y",
  284. "20":"y",
  285. "21":"y",
  286. "22":"y",
  287. "23":"y",
  288. "24":"y",
  289. "25":"y",
  290. "26":"y",
  291. "27":"y",
  292. "28":"y",
  293. "29":"y",
  294. "30":"y",
  295. "31":"y",
  296. "32":"y",
  297. "33":"y",
  298. "34":"y",
  299. "35":"y",
  300. "36":"y",
  301. "37":"y",
  302. "38":"y",
  303. "39":"y",
  304. "40":"y",
  305. "41":"y",
  306. "42":"y",
  307. "43":"y",
  308. "44":"y",
  309. "45":"y",
  310. "46":"y",
  311. "47":"y",
  312. "48":"y",
  313. "49":"y",
  314. "50":"y",
  315. "51":"y",
  316. "52":"y",
  317. "53":"y",
  318. "54":"y",
  319. "55":"y",
  320. "56":"y",
  321. "57":"y",
  322. "58":"y",
  323. "60":"y",
  324. "62":"y",
  325. "63":"y",
  326. "64":"y",
  327. "65":"y",
  328. "66":"y",
  329. "67":"y",
  330. "68":"y",
  331. "69":"y",
  332. "70":"y",
  333. "71":"y"
  334. },
  335. "ios_saf":{
  336. "3.2":"p",
  337. "4.0-4.1":"p",
  338. "4.2-4.3":"p",
  339. "5.0-5.1":"p",
  340. "6.0-6.1":"p",
  341. "7.0-7.1":"p",
  342. "8":"a #2",
  343. "8.1-8.4":"a #2",
  344. "9.0-9.2":"a #2",
  345. "9.3":"a #2",
  346. "10.0-10.2":"y",
  347. "10.3":"y",
  348. "11.0-11.2":"y",
  349. "11.3-11.4":"y",
  350. "12.0-12.1":"y",
  351. "12.2-12.4":"y",
  352. "13.0-13.1":"y",
  353. "13.2":"y",
  354. "13.3":"y",
  355. "13.4-13.7":"y",
  356. "14":"y"
  357. },
  358. "op_mini":{
  359. "all":"n"
  360. },
  361. "android":{
  362. "2.1":"p",
  363. "2.2":"p",
  364. "2.3":"p",
  365. "3":"p",
  366. "4":"p",
  367. "4.1":"p",
  368. "4.2-4.3":"p",
  369. "4.4":"y",
  370. "4.4.3-4.4.4":"y",
  371. "81":"y"
  372. },
  373. "bb":{
  374. "7":"p",
  375. "10":"y"
  376. },
  377. "op_mob":{
  378. "10":"n",
  379. "11":"p",
  380. "11.1":"p",
  381. "11.5":"p",
  382. "12":"p",
  383. "12.1":"p",
  384. "59":"y"
  385. },
  386. "and_chr":{
  387. "85":"y"
  388. },
  389. "and_ff":{
  390. "79":"y"
  391. },
  392. "ie_mob":{
  393. "10":"a #1",
  394. "11":"a #1"
  395. },
  396. "and_uc":{
  397. "12.12":"y"
  398. },
  399. "samsung":{
  400. "4":"y",
  401. "5.0-5.4":"y",
  402. "6.2-6.4":"y",
  403. "7.2-7.4":"y",
  404. "8.2":"y",
  405. "9.2":"y",
  406. "10.1":"y",
  407. "11.1-11.2":"y",
  408. "12.0":"y"
  409. },
  410. "and_qq":{
  411. "10.4":"y"
  412. },
  413. "baidu":{
  414. "7.12":"y"
  415. },
  416. "kaios":{
  417. "2.5":"y"
  418. }
  419. },
  420. "notes":"",
  421. "notes_by_num":{
  422. "1":"Partial support in IE 10 & 11 refers to a number of subfeatures [not being supported](https://indexdb-support-test.glitch.me/). Edge does not support IndexedDB inside blob web workers. [See issue](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5942817/)",
  423. "2":"Partial support in Safari & iOS 8 & 9 refers to [seriously buggy behavior](http://www.raymondcamden.com/2014/09/25/IndexedDB-on-iOS-8-Broken-Bad/) as well as complete lack of support in WebViews."
  424. },
  425. "usage_perc_y":95.7,
  426. "usage_perc_a":2.14,
  427. "ucprefix":false,
  428. "parent":"",
  429. "keywords":"indexdb",
  430. "ie_id":"indexeddb",
  431. "chrome_id":"6507459568992256",
  432. "firefox_id":"indexeddb",
  433. "webkit_id":"specification-indexed-database",
  434. "shown":true
  435. }