indexeddb.json 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  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://web.archive.org/web/20171210184542/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://web.archive.org/web/20171213082727/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. "87":"y",
  70. "88":"y",
  71. "89":"y",
  72. "90":"y",
  73. "91":"y",
  74. "92":"y",
  75. "93":"y",
  76. "94":"y",
  77. "95":"y",
  78. "96":"y",
  79. "97":"y",
  80. "98":"y",
  81. "99":"y"
  82. },
  83. "firefox":{
  84. "2":"n",
  85. "3":"n",
  86. "3.5":"n",
  87. "3.6":"n",
  88. "4":"a x",
  89. "5":"a x",
  90. "6":"a x",
  91. "7":"a x",
  92. "8":"a x",
  93. "9":"a x",
  94. "10":"y x",
  95. "11":"y x",
  96. "12":"y x",
  97. "13":"y x",
  98. "14":"y x",
  99. "15":"y x",
  100. "16":"y",
  101. "17":"y",
  102. "18":"y",
  103. "19":"y",
  104. "20":"y",
  105. "21":"y",
  106. "22":"y",
  107. "23":"y",
  108. "24":"y",
  109. "25":"y",
  110. "26":"y",
  111. "27":"y",
  112. "28":"y",
  113. "29":"y",
  114. "30":"y",
  115. "31":"y",
  116. "32":"y",
  117. "33":"y",
  118. "34":"y",
  119. "35":"y",
  120. "36":"y",
  121. "37":"y",
  122. "38":"y",
  123. "39":"y",
  124. "40":"y",
  125. "41":"y",
  126. "42":"y",
  127. "43":"y",
  128. "44":"y",
  129. "45":"y",
  130. "46":"y",
  131. "47":"y",
  132. "48":"y",
  133. "49":"y",
  134. "50":"y",
  135. "51":"y",
  136. "52":"y",
  137. "53":"y",
  138. "54":"y",
  139. "55":"y",
  140. "56":"y",
  141. "57":"y",
  142. "58":"y",
  143. "59":"y",
  144. "60":"y",
  145. "61":"y",
  146. "62":"y",
  147. "63":"y",
  148. "64":"y",
  149. "65":"y",
  150. "66":"y",
  151. "67":"y",
  152. "68":"y",
  153. "69":"y",
  154. "70":"y",
  155. "71":"y",
  156. "72":"y",
  157. "73":"y",
  158. "74":"y",
  159. "75":"y",
  160. "76":"y",
  161. "77":"y",
  162. "78":"y",
  163. "79":"y",
  164. "80":"y",
  165. "81":"y",
  166. "82":"y",
  167. "83":"y",
  168. "84":"y",
  169. "85":"y",
  170. "86":"y",
  171. "87":"y",
  172. "88":"y",
  173. "89":"y",
  174. "90":"y",
  175. "91":"y",
  176. "92":"y",
  177. "93":"y",
  178. "94":"y",
  179. "95":"y",
  180. "96":"y",
  181. "97":"y",
  182. "98":"y",
  183. "99":"y",
  184. "100":"y"
  185. },
  186. "chrome":{
  187. "4":"p",
  188. "5":"p",
  189. "6":"p",
  190. "7":"p",
  191. "8":"p",
  192. "9":"p",
  193. "10":"n",
  194. "11":"a x",
  195. "12":"a x",
  196. "13":"a x",
  197. "14":"a x",
  198. "15":"a x",
  199. "16":"a x",
  200. "17":"a x",
  201. "18":"a x",
  202. "19":"a x",
  203. "20":"a x",
  204. "21":"a x",
  205. "22":"a x",
  206. "23":"y x",
  207. "24":"y",
  208. "25":"y",
  209. "26":"y",
  210. "27":"y",
  211. "28":"y",
  212. "29":"y",
  213. "30":"y",
  214. "31":"y",
  215. "32":"y",
  216. "33":"y",
  217. "34":"y",
  218. "35":"y",
  219. "36":"y",
  220. "37":"y",
  221. "38":"y",
  222. "39":"y",
  223. "40":"y",
  224. "41":"y",
  225. "42":"y",
  226. "43":"y",
  227. "44":"y",
  228. "45":"y",
  229. "46":"y",
  230. "47":"y",
  231. "48":"y",
  232. "49":"y",
  233. "50":"y",
  234. "51":"y",
  235. "52":"y",
  236. "53":"y",
  237. "54":"y",
  238. "55":"y",
  239. "56":"y",
  240. "57":"y",
  241. "58":"y",
  242. "59":"y",
  243. "60":"y",
  244. "61":"y",
  245. "62":"y",
  246. "63":"y",
  247. "64":"y",
  248. "65":"y",
  249. "66":"y",
  250. "67":"y",
  251. "68":"y",
  252. "69":"y",
  253. "70":"y",
  254. "71":"y",
  255. "72":"y",
  256. "73":"y",
  257. "74":"y",
  258. "75":"y",
  259. "76":"y",
  260. "77":"y",
  261. "78":"y",
  262. "79":"y",
  263. "80":"y",
  264. "81":"y",
  265. "83":"y",
  266. "84":"y",
  267. "85":"y",
  268. "86":"y",
  269. "87":"y",
  270. "88":"y",
  271. "89":"y",
  272. "90":"y",
  273. "91":"y",
  274. "92":"y",
  275. "93":"y",
  276. "94":"y",
  277. "95":"y",
  278. "96":"y",
  279. "97":"y",
  280. "98":"y",
  281. "99":"y",
  282. "100":"y",
  283. "101":"y",
  284. "102":"y",
  285. "103":"y"
  286. },
  287. "safari":{
  288. "3.1":"p",
  289. "3.2":"p",
  290. "4":"p",
  291. "5":"p",
  292. "5.1":"p",
  293. "6":"p",
  294. "6.1":"p",
  295. "7":"p",
  296. "7.1":"a #2",
  297. "8":"a #2",
  298. "9":"a #2",
  299. "9.1":"a #2",
  300. "10":"y",
  301. "10.1":"y",
  302. "11":"y",
  303. "11.1":"y",
  304. "12":"y",
  305. "12.1":"y",
  306. "13":"y",
  307. "13.1":"y",
  308. "14":"y",
  309. "14.1":"a #3",
  310. "15":"y",
  311. "15.1":"y",
  312. "15.2-15.3":"y",
  313. "15.4":"y",
  314. "TP":"y"
  315. },
  316. "opera":{
  317. "9":"n",
  318. "9.5-9.6":"n",
  319. "10.0-10.1":"n",
  320. "10.5":"p",
  321. "10.6":"p",
  322. "11":"p",
  323. "11.1":"p",
  324. "11.5":"p",
  325. "11.6":"p",
  326. "12":"p",
  327. "12.1":"p",
  328. "15":"y",
  329. "16":"y",
  330. "17":"y",
  331. "18":"y",
  332. "19":"y",
  333. "20":"y",
  334. "21":"y",
  335. "22":"y",
  336. "23":"y",
  337. "24":"y",
  338. "25":"y",
  339. "26":"y",
  340. "27":"y",
  341. "28":"y",
  342. "29":"y",
  343. "30":"y",
  344. "31":"y",
  345. "32":"y",
  346. "33":"y",
  347. "34":"y",
  348. "35":"y",
  349. "36":"y",
  350. "37":"y",
  351. "38":"y",
  352. "39":"y",
  353. "40":"y",
  354. "41":"y",
  355. "42":"y",
  356. "43":"y",
  357. "44":"y",
  358. "45":"y",
  359. "46":"y",
  360. "47":"y",
  361. "48":"y",
  362. "49":"y",
  363. "50":"y",
  364. "51":"y",
  365. "52":"y",
  366. "53":"y",
  367. "54":"y",
  368. "55":"y",
  369. "56":"y",
  370. "57":"y",
  371. "58":"y",
  372. "60":"y",
  373. "62":"y",
  374. "63":"y",
  375. "64":"y",
  376. "65":"y",
  377. "66":"y",
  378. "67":"y",
  379. "68":"y",
  380. "69":"y",
  381. "70":"y",
  382. "71":"y",
  383. "72":"y",
  384. "73":"y",
  385. "74":"y",
  386. "75":"y",
  387. "76":"y",
  388. "77":"y",
  389. "78":"y",
  390. "79":"y",
  391. "80":"y",
  392. "81":"y",
  393. "82":"y",
  394. "83":"y"
  395. },
  396. "ios_saf":{
  397. "3.2":"p",
  398. "4.0-4.1":"p",
  399. "4.2-4.3":"p",
  400. "5.0-5.1":"p",
  401. "6.0-6.1":"p",
  402. "7.0-7.1":"p",
  403. "8":"a #2",
  404. "8.1-8.4":"a #2",
  405. "9.0-9.2":"a #2",
  406. "9.3":"a #2",
  407. "10.0-10.2":"y",
  408. "10.3":"y",
  409. "11.0-11.2":"y",
  410. "11.3-11.4":"y",
  411. "12.0-12.1":"y",
  412. "12.2-12.5":"y",
  413. "13.0-13.1":"y",
  414. "13.2":"y",
  415. "13.3":"y",
  416. "13.4-13.7":"y",
  417. "14.0-14.4":"y",
  418. "14.5-14.8":"a #3",
  419. "15.0-15.1":"y",
  420. "15.2-15.3":"y",
  421. "15.4":"y"
  422. },
  423. "op_mini":{
  424. "all":"n"
  425. },
  426. "android":{
  427. "2.1":"p",
  428. "2.2":"p",
  429. "2.3":"p",
  430. "3":"p",
  431. "4":"p",
  432. "4.1":"p",
  433. "4.2-4.3":"p",
  434. "4.4":"y",
  435. "4.4.3-4.4.4":"y",
  436. "99":"y"
  437. },
  438. "bb":{
  439. "7":"p",
  440. "10":"y"
  441. },
  442. "op_mob":{
  443. "10":"n",
  444. "11":"p",
  445. "11.1":"p",
  446. "11.5":"p",
  447. "12":"p",
  448. "12.1":"p",
  449. "64":"y"
  450. },
  451. "and_chr":{
  452. "100":"y"
  453. },
  454. "and_ff":{
  455. "98":"y"
  456. },
  457. "ie_mob":{
  458. "10":"a #1",
  459. "11":"a #1"
  460. },
  461. "and_uc":{
  462. "12.12":"y"
  463. },
  464. "samsung":{
  465. "4":"y",
  466. "5.0-5.4":"y",
  467. "6.2-6.4":"y",
  468. "7.2-7.4":"y",
  469. "8.2":"y",
  470. "9.2":"y",
  471. "10.1":"y",
  472. "11.1-11.2":"y",
  473. "12.0":"y",
  474. "13.0":"y",
  475. "14.0":"y",
  476. "15.0":"y",
  477. "16.0":"y"
  478. },
  479. "and_qq":{
  480. "10.4":"y"
  481. },
  482. "baidu":{
  483. "7.12":"y"
  484. },
  485. "kaios":{
  486. "2.5":"y"
  487. }
  488. },
  489. "notes":"",
  490. "notes_by_num":{
  491. "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://web.archive.org/web/20171213082727/https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5942817/)",
  492. "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.",
  493. "3":"Partial support [refers to a bug](https://bugs.webkit.org/show_bug.cgi?id=226547) in version 14.1.1 that causes indexedDB to never load when the browser is initially opened."
  494. },
  495. "usage_perc_y":91.65,
  496. "usage_perc_a":4.74,
  497. "ucprefix":false,
  498. "parent":"",
  499. "keywords":"indexdb",
  500. "ie_id":"indexeddb",
  501. "chrome_id":"6507459568992256",
  502. "firefox_id":"indexeddb",
  503. "webkit_id":"specification-indexed-database",
  504. "shown":true
  505. }