indexeddb.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. {
  2. "title":"IndexedDB",
  3. "description":"Method of storing data client-side, allows indexed database queries.",
  4. "spec":"http://www.w3.org/TR/IndexedDB/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://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":"http://docs.webplatform.org/wiki/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":"Not supported in Chrome 47 for iOS & below or other older iOS WebViews using UIWebView instead of WKWebView [see details](http://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."
  30. },
  31. {
  32. "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)"
  33. }
  34. ],
  35. "categories":[
  36. "JS API"
  37. ],
  38. "stats":{
  39. "ie":{
  40. "5.5":"n",
  41. "6":"n",
  42. "7":"n",
  43. "8":"n",
  44. "9":"n",
  45. "10":"a #1",
  46. "11":"a #1"
  47. },
  48. "edge":{
  49. "12":"a #1",
  50. "13":"a #1",
  51. "14":"a #1"
  52. },
  53. "firefox":{
  54. "2":"n",
  55. "3":"n",
  56. "3.5":"n",
  57. "3.6":"n",
  58. "4":"a x",
  59. "5":"a x",
  60. "6":"a x",
  61. "7":"a x",
  62. "8":"a x",
  63. "9":"a x",
  64. "10":"y x",
  65. "11":"y x",
  66. "12":"y x",
  67. "13":"y x",
  68. "14":"y x",
  69. "15":"y x",
  70. "16":"y",
  71. "17":"y",
  72. "18":"y",
  73. "19":"y",
  74. "20":"y",
  75. "21":"y",
  76. "22":"y",
  77. "23":"y",
  78. "24":"y",
  79. "25":"y",
  80. "26":"y",
  81. "27":"y",
  82. "28":"y",
  83. "29":"y",
  84. "30":"y",
  85. "31":"y",
  86. "32":"y",
  87. "33":"y",
  88. "34":"y",
  89. "35":"y",
  90. "36":"y",
  91. "37":"y",
  92. "38":"y",
  93. "39":"y",
  94. "40":"y",
  95. "41":"y",
  96. "42":"y",
  97. "43":"y",
  98. "44":"y",
  99. "45":"y",
  100. "46":"y",
  101. "47":"y",
  102. "48":"y",
  103. "49":"y",
  104. "50":"y",
  105. "51":"y",
  106. "52":"y",
  107. "53":"y"
  108. },
  109. "chrome":{
  110. "4":"p",
  111. "5":"p",
  112. "6":"p",
  113. "7":"p",
  114. "8":"p",
  115. "9":"p",
  116. "10":"n",
  117. "11":"a x",
  118. "12":"a x",
  119. "13":"a x",
  120. "14":"a x",
  121. "15":"a x",
  122. "16":"a x",
  123. "17":"a x",
  124. "18":"a x",
  125. "19":"a x",
  126. "20":"a x",
  127. "21":"a x",
  128. "22":"a x",
  129. "23":"y x",
  130. "24":"y",
  131. "25":"y",
  132. "26":"y",
  133. "27":"y",
  134. "28":"y",
  135. "29":"y",
  136. "30":"y",
  137. "31":"y",
  138. "32":"y",
  139. "33":"y",
  140. "34":"y",
  141. "35":"y",
  142. "36":"y",
  143. "37":"y",
  144. "38":"y",
  145. "39":"y",
  146. "40":"y",
  147. "41":"y",
  148. "42":"y",
  149. "43":"y",
  150. "44":"y",
  151. "45":"y",
  152. "46":"y",
  153. "47":"y",
  154. "48":"y",
  155. "49":"y",
  156. "50":"y",
  157. "51":"y",
  158. "52":"y",
  159. "53":"y",
  160. "54":"y",
  161. "55":"y",
  162. "56":"y",
  163. "57":"y"
  164. },
  165. "safari":{
  166. "3.1":"p",
  167. "3.2":"p",
  168. "4":"p",
  169. "5":"p",
  170. "5.1":"p",
  171. "6":"p",
  172. "6.1":"p",
  173. "7":"p",
  174. "7.1":"a #2",
  175. "8":"a #2",
  176. "9":"a #2",
  177. "9.1":"a #2",
  178. "10":"y",
  179. "TP":"y"
  180. },
  181. "opera":{
  182. "9":"n",
  183. "9.5-9.6":"n",
  184. "10.0-10.1":"n",
  185. "10.5":"p",
  186. "10.6":"p",
  187. "11":"p",
  188. "11.1":"p",
  189. "11.5":"p",
  190. "11.6":"p",
  191. "12":"p",
  192. "12.1":"p",
  193. "15":"y",
  194. "16":"y",
  195. "17":"y",
  196. "18":"y",
  197. "19":"y",
  198. "20":"y",
  199. "21":"y",
  200. "22":"y",
  201. "23":"y",
  202. "24":"y",
  203. "25":"y",
  204. "26":"y",
  205. "27":"y",
  206. "28":"y",
  207. "29":"y",
  208. "30":"y",
  209. "31":"y",
  210. "32":"y",
  211. "33":"y",
  212. "34":"y",
  213. "35":"y",
  214. "36":"y",
  215. "37":"y",
  216. "38":"y",
  217. "39":"y",
  218. "40":"y",
  219. "41":"y",
  220. "42":"y",
  221. "43":"y"
  222. },
  223. "ios_saf":{
  224. "3.2":"p",
  225. "4.0-4.1":"p",
  226. "4.2-4.3":"p",
  227. "5.0-5.1":"p",
  228. "6.0-6.1":"p",
  229. "7.0-7.1":"p",
  230. "8":"a #2",
  231. "8.1-8.4":"a #2",
  232. "9.0-9.2":"a #2",
  233. "9.3":"a #2",
  234. "10-10.1":"y"
  235. },
  236. "op_mini":{
  237. "all":"n"
  238. },
  239. "android":{
  240. "2.1":"p",
  241. "2.2":"p",
  242. "2.3":"p",
  243. "3":"p",
  244. "4":"p",
  245. "4.1":"p",
  246. "4.2-4.3":"p",
  247. "4.4":"y",
  248. "4.4.3-4.4.4":"y",
  249. "53":"y"
  250. },
  251. "bb":{
  252. "7":"p",
  253. "10":"y"
  254. },
  255. "op_mob":{
  256. "10":"n",
  257. "11":"p",
  258. "11.1":"p",
  259. "11.5":"p",
  260. "12":"p",
  261. "12.1":"p",
  262. "37":"y"
  263. },
  264. "and_chr":{
  265. "54":"y"
  266. },
  267. "and_ff":{
  268. "50":"y"
  269. },
  270. "ie_mob":{
  271. "10":"a #1",
  272. "11":"a #1"
  273. },
  274. "and_uc":{
  275. "11":"p"
  276. },
  277. "samsung":{
  278. "4":"y"
  279. }
  280. },
  281. "notes":"",
  282. "notes_by_num":{
  283. "1":"Partial support in IE 10 & 11 refers to a number of subfeatures [not being supported](http://codepen.io/cemerick/pen/Itymi).",
  284. "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."
  285. },
  286. "usage_perc_y":73.9,
  287. "usage_perc_a":8.95,
  288. "ucprefix":false,
  289. "parent":"",
  290. "keywords":"indexdb",
  291. "ie_id":"indexeddb",
  292. "chrome_id":"6507459568992256",
  293. "firefox_id":"indexeddb",
  294. "webkit_id":"specification-indexed-database",
  295. "shown":true
  296. }