filesystem.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. {
  2. "title":"Filesystem & FileWriter API",
  3. "description":"Method of reading and writing files to a sandboxed file system.",
  4. "spec":"https://www.w3.org/TR/file-system-api/",
  5. "status":"unoff",
  6. "links":[
  7. {
  8. "url":"https://www.html5rocks.com/en/tutorials/file/filesystem/",
  9. "title":"HTML5 Rocks tutorial"
  10. },
  11. {
  12. "url":"https://www.webplatform.org/docs/apis/filesystem",
  13. "title":"WebPlatform Docs"
  14. },
  15. {
  16. "url":"https://bugzilla.mozilla.org/show_bug.cgi?id=997471",
  17. "title":"Firefox tracking bug"
  18. }
  19. ],
  20. "bugs":[
  21. ],
  22. "categories":[
  23. "JS API"
  24. ],
  25. "stats":{
  26. "ie":{
  27. "5.5":"n",
  28. "6":"n",
  29. "7":"n",
  30. "8":"n",
  31. "9":"n",
  32. "10":"n",
  33. "11":"n"
  34. },
  35. "edge":{
  36. "12":"n",
  37. "13":"n",
  38. "14":"n",
  39. "15":"n",
  40. "16":"n",
  41. "17":"n",
  42. "18":"n",
  43. "79":"y x",
  44. "80":"y x",
  45. "81":"y x",
  46. "83":"y x",
  47. "84":"y x",
  48. "85":"y x",
  49. "86":"y x"
  50. },
  51. "firefox":{
  52. "2":"n",
  53. "3":"n",
  54. "3.5":"n",
  55. "3.6":"n",
  56. "4":"n",
  57. "5":"n",
  58. "6":"n",
  59. "7":"n",
  60. "8":"n",
  61. "9":"n",
  62. "10":"n",
  63. "11":"n",
  64. "12":"n",
  65. "13":"n",
  66. "14":"n",
  67. "15":"n",
  68. "16":"n",
  69. "17":"n",
  70. "18":"n",
  71. "19":"n",
  72. "20":"n",
  73. "21":"n",
  74. "22":"n",
  75. "23":"n",
  76. "24":"n",
  77. "25":"n",
  78. "26":"n",
  79. "27":"n",
  80. "28":"n",
  81. "29":"n",
  82. "30":"n",
  83. "31":"n",
  84. "32":"n",
  85. "33":"n",
  86. "34":"n",
  87. "35":"n",
  88. "36":"n",
  89. "37":"n",
  90. "38":"n",
  91. "39":"n",
  92. "40":"n",
  93. "41":"n",
  94. "42":"n",
  95. "43":"n",
  96. "44":"n",
  97. "45":"n",
  98. "46":"n",
  99. "47":"n",
  100. "48":"n",
  101. "49":"n",
  102. "50":"n",
  103. "51":"n",
  104. "52":"n",
  105. "53":"n",
  106. "54":"n",
  107. "55":"n",
  108. "56":"n",
  109. "57":"n",
  110. "58":"n",
  111. "59":"n",
  112. "60":"n",
  113. "61":"n",
  114. "62":"n",
  115. "63":"n",
  116. "64":"n",
  117. "65":"n",
  118. "66":"n",
  119. "67":"n",
  120. "68":"n",
  121. "69":"n",
  122. "70":"n",
  123. "71":"n",
  124. "72":"n",
  125. "73":"n",
  126. "74":"n",
  127. "75":"n",
  128. "76":"n",
  129. "77":"n",
  130. "78":"n",
  131. "79":"n",
  132. "80":"n",
  133. "81":"n",
  134. "82":"n",
  135. "83":"n"
  136. },
  137. "chrome":{
  138. "4":"n",
  139. "5":"n",
  140. "6":"n",
  141. "7":"n",
  142. "8":"a x",
  143. "9":"a x",
  144. "10":"a x",
  145. "11":"a x",
  146. "12":"a x",
  147. "13":"y x",
  148. "14":"y x",
  149. "15":"y x",
  150. "16":"y x",
  151. "17":"y x",
  152. "18":"y x",
  153. "19":"y x",
  154. "20":"y x",
  155. "21":"y x",
  156. "22":"y x",
  157. "23":"y x",
  158. "24":"y x",
  159. "25":"y x",
  160. "26":"y x",
  161. "27":"y x",
  162. "28":"y x",
  163. "29":"y x",
  164. "30":"y x",
  165. "31":"y x",
  166. "32":"y x",
  167. "33":"y x",
  168. "34":"y x",
  169. "35":"y x",
  170. "36":"y x",
  171. "37":"y x",
  172. "38":"y x",
  173. "39":"y x",
  174. "40":"y x",
  175. "41":"y x",
  176. "42":"y x",
  177. "43":"y x",
  178. "44":"y x",
  179. "45":"y x",
  180. "46":"y x",
  181. "47":"y x",
  182. "48":"y x",
  183. "49":"y x",
  184. "50":"y x",
  185. "51":"y x",
  186. "52":"y x",
  187. "53":"y x",
  188. "54":"y x",
  189. "55":"y x",
  190. "56":"y x",
  191. "57":"y x",
  192. "58":"y x",
  193. "59":"y x",
  194. "60":"y x",
  195. "61":"y x",
  196. "62":"y x",
  197. "63":"y x",
  198. "64":"y x",
  199. "65":"y x",
  200. "66":"y x",
  201. "67":"y x",
  202. "68":"y x",
  203. "69":"y x",
  204. "70":"y x",
  205. "71":"y x",
  206. "72":"y x",
  207. "73":"y x",
  208. "74":"y x",
  209. "75":"y x",
  210. "76":"y x",
  211. "77":"y x",
  212. "78":"y x",
  213. "79":"y x",
  214. "80":"y x",
  215. "81":"y x",
  216. "83":"y x",
  217. "84":"y x",
  218. "85":"y x",
  219. "86":"y x",
  220. "87":"y x",
  221. "88":"y x",
  222. "89":"y x"
  223. },
  224. "safari":{
  225. "3.1":"n",
  226. "3.2":"n",
  227. "4":"n",
  228. "5":"n",
  229. "5.1":"n",
  230. "6":"n",
  231. "6.1":"n",
  232. "7":"n",
  233. "7.1":"n",
  234. "8":"n",
  235. "9":"n",
  236. "9.1":"n",
  237. "10":"n",
  238. "10.1":"n",
  239. "11":"n",
  240. "11.1":"n",
  241. "12":"n",
  242. "12.1":"n",
  243. "13":"n",
  244. "13.1":"n",
  245. "14":"n",
  246. "TP":"n"
  247. },
  248. "opera":{
  249. "9":"n",
  250. "9.5-9.6":"n",
  251. "10.0-10.1":"n",
  252. "10.5":"n",
  253. "10.6":"n",
  254. "11":"n",
  255. "11.1":"n",
  256. "11.5":"n",
  257. "11.6":"n",
  258. "12":"n",
  259. "12.1":"n",
  260. "15":"y x",
  261. "16":"y x",
  262. "17":"y x",
  263. "18":"y x",
  264. "19":"y x",
  265. "20":"y x",
  266. "21":"y x",
  267. "22":"y x",
  268. "23":"y x",
  269. "24":"y x",
  270. "25":"y x",
  271. "26":"y x",
  272. "27":"y x",
  273. "28":"y x",
  274. "29":"y x",
  275. "30":"y x",
  276. "31":"y x",
  277. "32":"y x",
  278. "33":"y x",
  279. "34":"y x",
  280. "35":"y x",
  281. "36":"y x",
  282. "37":"y x",
  283. "38":"y x",
  284. "39":"y x",
  285. "40":"y x",
  286. "41":"y x",
  287. "42":"y x",
  288. "43":"y x",
  289. "44":"y x",
  290. "45":"y x",
  291. "46":"y x",
  292. "47":"y x",
  293. "48":"y x",
  294. "49":"y x",
  295. "50":"y x",
  296. "51":"y x",
  297. "52":"y x",
  298. "53":"y x",
  299. "54":"y x",
  300. "55":"y x",
  301. "56":"y x",
  302. "57":"y x",
  303. "58":"y x",
  304. "60":"y x",
  305. "62":"y x",
  306. "63":"y x",
  307. "64":"y x",
  308. "65":"y x",
  309. "66":"y x",
  310. "67":"y x",
  311. "68":"y x",
  312. "69":"y x",
  313. "70":"y x",
  314. "71":"y x"
  315. },
  316. "ios_saf":{
  317. "3.2":"n",
  318. "4.0-4.1":"n",
  319. "4.2-4.3":"n",
  320. "5.0-5.1":"n",
  321. "6.0-6.1":"n",
  322. "7.0-7.1":"n",
  323. "8":"n",
  324. "8.1-8.4":"n",
  325. "9.0-9.2":"n",
  326. "9.3":"n",
  327. "10.0-10.2":"n",
  328. "10.3":"n",
  329. "11.0-11.2":"n",
  330. "11.3-11.4":"n",
  331. "12.0-12.1":"n",
  332. "12.2-12.4":"n",
  333. "13.0-13.1":"n",
  334. "13.2":"n",
  335. "13.3":"n",
  336. "13.4-13.7":"n",
  337. "14":"n"
  338. },
  339. "op_mini":{
  340. "all":"n"
  341. },
  342. "android":{
  343. "2.1":"n",
  344. "2.2":"n",
  345. "2.3":"n",
  346. "3":"n",
  347. "4":"n",
  348. "4.1":"n",
  349. "4.2-4.3":"n",
  350. "4.4":"n",
  351. "4.4.3-4.4.4":"n",
  352. "81":"n"
  353. },
  354. "bb":{
  355. "7":"n",
  356. "10":"y x"
  357. },
  358. "op_mob":{
  359. "10":"n",
  360. "11":"n",
  361. "11.1":"n",
  362. "11.5":"n",
  363. "12":"n",
  364. "12.1":"n",
  365. "59":"y x"
  366. },
  367. "and_chr":{
  368. "85":"y x"
  369. },
  370. "and_ff":{
  371. "79":"n"
  372. },
  373. "ie_mob":{
  374. "10":"n",
  375. "11":"n"
  376. },
  377. "and_uc":{
  378. "12.12":"n"
  379. },
  380. "samsung":{
  381. "4":"n",
  382. "5.0-5.4":"y x",
  383. "6.2-6.4":"y x",
  384. "7.2-7.4":"y x",
  385. "8.2":"y x",
  386. "9.2":"y x",
  387. "10.1":"y x",
  388. "11.1-11.2":"y x",
  389. "12.0":"y x"
  390. },
  391. "and_qq":{
  392. "10.4":"n"
  393. },
  394. "baidu":{
  395. "7.12":"n"
  396. },
  397. "kaios":{
  398. "2.5":"n"
  399. }
  400. },
  401. "notes":"The File API: Directories and System specification is no longer being maintained and support may be dropped in future versions.",
  402. "notes_by_num":{
  403. },
  404. "usage_perc_y":74.11,
  405. "usage_perc_a":0.03,
  406. "ucprefix":false,
  407. "parent":"",
  408. "keywords":"filewriter,requestFileSystem",
  409. "ie_id":"filewriter",
  410. "chrome_id":"5452478162141184",
  411. "firefox_id":"",
  412. "webkit_id":"",
  413. "shown":true
  414. }