@mdn/browser-compat-data 3.0.3 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (343) hide show
  1. package/api/Animation.json +30 -30
  2. package/api/AnimationEvent.json +4 -2
  3. package/api/AudioScheduledSourceNode.json +1 -1
  4. package/api/BatteryManager.json +18 -18
  5. package/api/Blob.json +2 -2
  6. package/api/CSSStyleSheet.json +12 -12
  7. package/api/Cache.json +65 -12
  8. package/api/CacheStorage.json +62 -19
  9. package/api/CanvasPattern.json +11 -11
  10. package/api/CanvasRenderingContext2D.json +72 -0
  11. package/api/Clients.json +12 -12
  12. package/api/Credential.json +0 -59
  13. package/api/DOMRect.json +99 -33
  14. package/api/DocumentFragment.json +6 -6
  15. package/api/DocumentOrShadowRoot.json +4 -4
  16. package/api/Element.json +112 -6
  17. package/api/FederatedCredential.json +96 -0
  18. package/api/FileReaderSync.json +21 -66
  19. package/api/GlobalEventHandlers.json +15 -15
  20. package/api/HTMLBaseFontElement.json +4 -4
  21. package/api/HTMLCanvasElement.json +5 -3
  22. package/api/HTMLDetailsElement.json +1 -1
  23. package/api/HTMLDirectoryElement.json +2 -2
  24. package/api/HTMLDocument.json +1 -1
  25. package/api/HTMLElement.json +7 -3
  26. package/api/HTMLEmbedElement.json +4 -4
  27. package/api/HTMLHRElement.json +5 -5
  28. package/api/HTMLHeadElement.json +1 -1
  29. package/api/HTMLHtmlElement.json +1 -1
  30. package/api/HTMLImageElement.json +5 -5
  31. package/api/HTMLInputElement.json +18 -18
  32. package/api/HTMLLIElement.json +2 -2
  33. package/api/HTMLLegendElement.json +2 -2
  34. package/api/HTMLLinkElement.json +24 -24
  35. package/api/HTMLMarqueeElement.json +6 -6
  36. package/api/HTMLMediaElement.json +2 -2
  37. package/api/HTMLMenuElement.json +1 -1
  38. package/api/HTMLMetaElement.json +4 -4
  39. package/api/HTMLOptionElement.json +1 -1
  40. package/api/HTMLOptionsCollection.json +30 -30
  41. package/api/HTMLPortalElement.json +68 -0
  42. package/api/HTMLSelectElement.json +2 -2
  43. package/api/HTMLTextAreaElement.json +12 -12
  44. package/api/MediaDevices.json +2 -2
  45. package/api/MediaError.json +12 -5
  46. package/api/MediaSource.json +6 -17
  47. package/api/MimeType.json +10 -10
  48. package/api/NamedNodeMap.json +6 -6
  49. package/api/Navigator.json +51 -11
  50. package/api/NavigatorID.json +7 -7
  51. package/api/NavigatorOnLine.json +2 -2
  52. package/api/NavigatorPlugins.json +4 -4
  53. package/api/Node.json +7 -7
  54. package/api/NodeList.json +3 -3
  55. package/api/Plugin.json +7 -7
  56. package/api/PluginArray.json +5 -5
  57. package/api/PushManager.json +60 -0
  58. package/api/SVGMaskElement.json +4 -4
  59. package/api/Sanitizer.json +253 -0
  60. package/api/Screen.json +6 -6
  61. package/api/ServiceWorkerGlobalScope.json +2 -2
  62. package/api/SharedWorkerGlobalScope.json +4 -4
  63. package/api/StyleSheetList.json +3 -3
  64. package/api/TextTrackCue.json +24 -24
  65. package/api/TimeRanges.json +8 -8
  66. package/api/TouchList.json +6 -6
  67. package/api/URLSearchParams.json +111 -16
  68. package/api/ValidityState.json +16 -16
  69. package/api/WEBGL_color_buffer_float.json +0 -48
  70. package/api/Window.json +19 -8
  71. package/api/WindowOrWorkerGlobalScope.json +4 -4
  72. package/api/XMLHttpRequest.json +60 -0
  73. package/api/{HTMLHyperlinkElementUtils.json → _mixins/HTMLHyperlinkElementUtils__HTMLAnchorElement.json} +12 -60
  74. package/api/_mixins/HTMLHyperlinkElementUtils__HTMLAreaElement.json +591 -0
  75. package/browsers/chrome.json +10 -3
  76. package/browsers/chrome_android.json +10 -3
  77. package/browsers/edge.json +10 -3
  78. package/browsers/firefox.json +5 -4
  79. package/browsers/firefox_android.json +5 -4
  80. package/browsers/opera.json +10 -3
  81. package/browsers/webview_android.json +10 -3
  82. package/css/at-rules/charset.json +1 -0
  83. package/css/at-rules/counter-style.json +11 -0
  84. package/css/at-rules/font-face.json +13 -0
  85. package/css/at-rules/font-feature-values.json +1 -0
  86. package/css/at-rules/import.json +1 -0
  87. package/css/at-rules/keyframes.json +1 -0
  88. package/css/at-rules/media.json +89 -0
  89. package/css/at-rules/namespace.json +1 -0
  90. package/css/at-rules/page.json +6 -0
  91. package/css/at-rules/supports.json +4 -0
  92. package/css/at-rules/viewport.json +4 -0
  93. package/css/properties/aspect-ratio.json +18 -13
  94. package/css/properties/background-repeat.json +3 -3
  95. package/css/properties/border-block-color.json +1 -8
  96. package/css/properties/border-block-style.json +9 -2
  97. package/css/properties/border-block-width.json +16 -4
  98. package/css/properties/border-block.json +9 -2
  99. package/css/properties/border-inline-color.json +9 -2
  100. package/css/properties/border-inline-end-color.json +2 -4
  101. package/css/properties/border-inline-end-style.json +2 -4
  102. package/css/properties/border-inline-end-width.json +2 -4
  103. package/css/properties/border-inline-start-color.json +2 -4
  104. package/css/properties/border-inline-start-style.json +2 -4
  105. package/css/properties/border-inline-start-width.json +2 -4
  106. package/css/properties/border-inline-style.json +9 -2
  107. package/css/properties/border-inline-width.json +9 -2
  108. package/css/properties/border-inline.json +9 -2
  109. package/css/properties/clip-path.json +22 -10
  110. package/css/properties/flex-direction.json +2 -2
  111. package/css/properties/inset.json +8 -1
  112. package/css/properties/list-style-image.json +4 -2
  113. package/css/properties/margin-block.json +9 -2
  114. package/css/properties/margin-inline.json +9 -2
  115. package/css/properties/mask-border-outset.json +64 -0
  116. package/css/properties/mask-border-repeat.json +64 -0
  117. package/css/properties/mask-border-slice.json +64 -0
  118. package/css/properties/mask-border-source.json +64 -0
  119. package/css/properties/mask-border-width.json +64 -0
  120. package/css/properties/mask-border.json +64 -0
  121. package/css/properties/min-width.json +1 -1
  122. package/css/properties/object-fit.json +17 -8
  123. package/css/properties/object-position.json +31 -16
  124. package/css/properties/overflow-clip-margin.json +55 -0
  125. package/css/properties/overflow.json +5 -5
  126. package/css/properties/padding-block.json +9 -2
  127. package/css/properties/padding-inline.json +9 -2
  128. package/css/properties/tab-size.json +4 -2
  129. package/css/properties/text-decoration-thickness.json +2 -1
  130. package/css/properties/text-overflow.json +4 -2
  131. package/css/properties/transform-origin.json +4 -2
  132. package/css/properties/word-spacing.json +1 -1
  133. package/css/selectors/autofill.json +76 -0
  134. package/css/selectors/{-webkit-autofill.json → future.json} +14 -14
  135. package/css/selectors/hover.json +1 -1
  136. package/css/selectors/is.json +20 -8
  137. package/{html/elements/element.json → css/selectors/past.json} +17 -16
  138. package/css/selectors/target-text.json +55 -0
  139. package/css/selectors/where.json +38 -26
  140. package/css/types/angle-percentage.json +1 -0
  141. package/css/types/angle.json +1 -0
  142. package/css/types/attr.json +1 -0
  143. package/css/types/basic-shape.json +1 -0
  144. package/css/types/blend-mode.json +1 -0
  145. package/css/types/calc.json +1 -0
  146. package/css/types/clamp.json +3 -2
  147. package/css/types/color.json +1 -0
  148. package/css/types/counter.json +1 -0
  149. package/css/types/counters.json +1 -0
  150. package/css/types/dimension.json +1 -0
  151. package/css/types/easing-function.json +1 -0
  152. package/css/types/flex.json +1 -0
  153. package/css/types/frequency-percentage.json +1 -0
  154. package/css/types/frequency.json +1 -0
  155. package/css/types/max.json +2 -2
  156. package/css/types/min.json +2 -2
  157. package/html/elements/a.json +3 -0
  158. package/html/elements/abbr.json +1 -0
  159. package/html/elements/acronym.json +1 -0
  160. package/html/elements/address.json +1 -0
  161. package/html/elements/applet.json +1 -0
  162. package/html/elements/area.json +3 -0
  163. package/html/elements/article.json +1 -0
  164. package/html/elements/aside.json +1 -0
  165. package/html/elements/audio.json +1 -0
  166. package/html/elements/b.json +1 -0
  167. package/html/elements/base.json +1 -0
  168. package/html/elements/basefont.json +1 -0
  169. package/html/elements/bdi.json +1 -0
  170. package/html/elements/bdo.json +1 -0
  171. package/html/elements/bgsound.json +1 -0
  172. package/html/elements/big.json +1 -0
  173. package/html/elements/blink.json +1 -0
  174. package/html/elements/blockquote.json +1 -0
  175. package/html/elements/body.json +1 -0
  176. package/html/elements/br.json +1 -0
  177. package/html/elements/button.json +1 -0
  178. package/html/elements/canvas.json +1 -0
  179. package/html/elements/caption.json +1 -0
  180. package/html/elements/center.json +1 -0
  181. package/html/elements/cite.json +1 -0
  182. package/html/elements/code.json +1 -0
  183. package/html/elements/col.json +1 -0
  184. package/html/elements/colgroup.json +1 -0
  185. package/html/elements/data.json +1 -0
  186. package/html/elements/datalist.json +1 -0
  187. package/html/elements/dd.json +1 -0
  188. package/html/elements/del.json +1 -0
  189. package/html/elements/details.json +1 -0
  190. package/html/elements/dfn.json +1 -0
  191. package/html/elements/dialog.json +1 -0
  192. package/html/elements/div.json +1 -0
  193. package/html/elements/dl.json +1 -0
  194. package/html/elements/dt.json +1 -0
  195. package/html/elements/em.json +1 -0
  196. package/html/elements/embed.json +1 -0
  197. package/html/elements/fieldset.json +1 -0
  198. package/html/elements/figcaption.json +1 -0
  199. package/html/elements/figure.json +1 -0
  200. package/html/elements/footer.json +1 -0
  201. package/html/elements/form.json +1 -0
  202. package/html/elements/h1.json +1 -0
  203. package/html/elements/h2.json +1 -0
  204. package/html/elements/h3.json +1 -0
  205. package/html/elements/h4.json +1 -0
  206. package/html/elements/h5.json +1 -0
  207. package/html/elements/h6.json +1 -0
  208. package/html/elements/head.json +1 -0
  209. package/html/elements/header.json +1 -0
  210. package/html/elements/hgroup.json +1 -0
  211. package/html/elements/hr.json +1 -0
  212. package/html/elements/html.json +1 -0
  213. package/html/elements/i.json +1 -0
  214. package/html/elements/iframe.json +1 -0
  215. package/html/elements/img.json +2 -0
  216. package/html/elements/input/button.json +1 -0
  217. package/html/elements/input/checkbox.json +1 -0
  218. package/html/elements/input/color.json +1 -0
  219. package/html/elements/input/date.json +1 -0
  220. package/html/elements/input/datetime-local.json +1 -0
  221. package/html/elements/input/email.json +1 -0
  222. package/html/elements/input/file.json +1 -0
  223. package/html/elements/input/hidden.json +1 -0
  224. package/html/elements/input/image.json +1 -0
  225. package/html/elements/input/input.json +1 -0
  226. package/html/elements/input/month.json +1 -0
  227. package/html/elements/input/number.json +1 -0
  228. package/html/elements/input/password.json +1 -0
  229. package/html/elements/input/radio.json +1 -0
  230. package/html/elements/input/range.json +1 -0
  231. package/html/elements/input/reset.json +1 -0
  232. package/html/elements/input/search.json +1 -0
  233. package/html/elements/input/submit.json +1 -0
  234. package/html/elements/input/tel.json +1 -0
  235. package/html/elements/input/text.json +1 -0
  236. package/html/elements/input/time.json +1 -0
  237. package/html/elements/input/url.json +1 -0
  238. package/html/elements/input/week.json +1 -0
  239. package/html/elements/ins.json +1 -0
  240. package/html/elements/kbd.json +1 -0
  241. package/html/elements/label.json +1 -0
  242. package/html/elements/legend.json +2 -1
  243. package/html/elements/li.json +1 -0
  244. package/html/elements/link.json +62 -16
  245. package/html/elements/main.json +1 -0
  246. package/html/elements/map.json +1 -0
  247. package/html/elements/mark.json +1 -0
  248. package/html/elements/marquee.json +1 -0
  249. package/html/elements/menu.json +1 -0
  250. package/html/elements/meta.json +7 -0
  251. package/html/elements/meter.json +1 -0
  252. package/html/elements/nav.json +1 -0
  253. package/html/elements/noscript.json +1 -0
  254. package/html/elements/object.json +1 -0
  255. package/html/elements/ol.json +1 -0
  256. package/html/elements/optgroup.json +1 -0
  257. package/html/elements/option.json +1 -0
  258. package/html/elements/output.json +1 -0
  259. package/html/elements/p.json +1 -0
  260. package/html/elements/param.json +1 -0
  261. package/html/elements/picture.json +1 -0
  262. package/html/elements/pre.json +1 -0
  263. package/html/elements/progress.json +1 -0
  264. package/html/elements/q.json +1 -0
  265. package/html/elements/rp.json +1 -0
  266. package/html/elements/rt.json +1 -0
  267. package/html/elements/ruby.json +1 -0
  268. package/html/elements/s.json +1 -0
  269. package/html/elements/samp.json +1 -0
  270. package/html/elements/script.json +1 -0
  271. package/html/elements/section.json +1 -0
  272. package/html/elements/select.json +1 -0
  273. package/html/elements/slot.json +4 -0
  274. package/html/elements/small.json +1 -0
  275. package/html/elements/source.json +130 -41
  276. package/html/elements/span.json +1 -0
  277. package/html/elements/strong.json +1 -0
  278. package/html/elements/style.json +1 -0
  279. package/html/elements/sub.json +1 -0
  280. package/html/elements/summary.json +1 -0
  281. package/html/elements/sup.json +1 -0
  282. package/html/elements/table.json +1 -0
  283. package/html/elements/tbody.json +1 -0
  284. package/html/elements/td.json +1 -0
  285. package/html/elements/template.json +1 -0
  286. package/html/elements/textarea.json +1 -0
  287. package/html/elements/tfoot.json +1 -0
  288. package/html/elements/th.json +1 -0
  289. package/html/elements/thead.json +1 -0
  290. package/html/elements/time.json +1 -0
  291. package/html/elements/title.json +1 -0
  292. package/html/elements/tr.json +1 -0
  293. package/html/elements/track.json +1 -0
  294. package/html/elements/u.json +1 -0
  295. package/html/elements/ul.json +1 -0
  296. package/html/elements/var.json +1 -0
  297. package/html/elements/video.json +23 -6
  298. package/html/elements/wbr.json +1 -0
  299. package/html/global_attributes.json +99 -0
  300. package/html/manifest/background_color.json +1 -1
  301. package/html/manifest/categories.json +1 -1
  302. package/html/manifest/description.json +1 -1
  303. package/html/manifest/dir.json +1 -1
  304. package/html/manifest/display.json +1 -1
  305. package/html/manifest/iarc_rating_id.json +1 -1
  306. package/html/manifest/icons.json +1 -1
  307. package/html/manifest/lang.json +1 -1
  308. package/html/manifest/name.json +1 -1
  309. package/html/manifest/orientation.json +1 -1
  310. package/html/manifest/prefer_related_applications.json +1 -1
  311. package/html/manifest/related_applications.json +1 -1
  312. package/html/manifest/scope.json +1 -1
  313. package/html/manifest/screenshots.json +1 -1
  314. package/html/manifest/short_name.json +1 -1
  315. package/html/manifest/start_url.json +1 -1
  316. package/html/manifest/theme_color.json +1 -1
  317. package/http/headers/clear-site-data.json +48 -0
  318. package/http/headers/cross-origin-resource-policy.json +3 -3
  319. package/http/headers/feature-policy.json +1 -1
  320. package/javascript/builtins/Array.json +52 -0
  321. package/javascript/builtins/FinalizationRegistry.json +8 -8
  322. package/javascript/builtins/Set.json +108 -36
  323. package/javascript/builtins/String.json +52 -0
  324. package/javascript/builtins/TypedArray.json +52 -0
  325. package/javascript/builtins/intl/DisplayNames.json +10 -10
  326. package/javascript/classes.json +2 -2
  327. package/javascript/operators/await.json +10 -5
  328. package/javascript/statements.json +1 -1
  329. package/package.json +2 -2
  330. package/svg/attributes/href.json +6 -6
  331. package/svg/elements/a.json +6 -6
  332. package/svg/elements/cursor.json +8 -8
  333. package/svg/elements/feImage.json +5 -5
  334. package/svg/elements/pattern.json +6 -6
  335. package/svg/elements/textPath.json +8 -6
  336. package/svg/elements/use.json +8 -8
  337. package/webextensions/api/privacy.json +24 -0
  338. package/webextensions/api/windows.json +2 -1
  339. package/webextensions/manifest/optional_permissions.json +1 -1
  340. package/webextensions/manifest/page_action.json +1 -1
  341. package/api/CredentialUserData.json +0 -148
  342. package/api/Slottable.json +0 -216
  343. package/html/elements/command.json +0 -338
@@ -150,10 +150,10 @@
150
150
  "version_added": "45"
151
151
  },
152
152
  "safari": {
153
- "version_added": false
153
+ "version_added": "13.1"
154
154
  },
155
155
  "safari_ios": {
156
- "version_added": false
156
+ "version_added": "13.4"
157
157
  },
158
158
  "samsunginternet_android": {
159
159
  "version_added": "8.0"
@@ -224,10 +224,10 @@
224
224
  "version_added": "26"
225
225
  },
226
226
  "safari": {
227
- "version_added": false
227
+ "version_added": "13.1"
228
228
  },
229
229
  "safari_ios": {
230
- "version_added": false
230
+ "version_added": "13.4"
231
231
  },
232
232
  "samsunginternet_android": {
233
233
  "version_added": "4.0"
@@ -424,10 +424,10 @@
424
424
  "version_added": "54"
425
425
  },
426
426
  "safari": {
427
- "version_added": false
427
+ "version_added": "13.1"
428
428
  },
429
429
  "safari_ios": {
430
- "version_added": false
430
+ "version_added": "13.4"
431
431
  },
432
432
  "samsunginternet_android": {
433
433
  "version_added": "11.0"
@@ -498,10 +498,10 @@
498
498
  "version_added": "26"
499
499
  },
500
500
  "safari": {
501
- "version_added": false
501
+ "version_added": "13.1"
502
502
  },
503
503
  "safari_ios": {
504
- "version_added": false
504
+ "version_added": "13.4"
505
505
  },
506
506
  "samsunginternet_android": {
507
507
  "version_added": "4.0"
@@ -570,10 +570,10 @@
570
570
  "version_added": false
571
571
  },
572
572
  "safari": {
573
- "version_added": false
573
+ "version_added": "13.1"
574
574
  },
575
575
  "safari_ios": {
576
- "version_added": false
576
+ "version_added": "13.4"
577
577
  },
578
578
  "samsunginternet_android": {
579
579
  "version_added": false
@@ -644,10 +644,10 @@
644
644
  "version_added": "37"
645
645
  },
646
646
  "safari": {
647
- "version_added": false
647
+ "version_added": "13.1"
648
648
  },
649
649
  "safari_ios": {
650
- "version_added": false
650
+ "version_added": "13.4"
651
651
  },
652
652
  "samsunginternet_android": {
653
653
  "version_added": "5.0"
@@ -718,10 +718,10 @@
718
718
  "version_added": "37"
719
719
  },
720
720
  "safari": {
721
- "version_added": false
721
+ "version_added": "13.1"
722
722
  },
723
723
  "safari_ios": {
724
- "version_added": false
724
+ "version_added": "13.4"
725
725
  },
726
726
  "samsunginternet_android": {
727
727
  "version_added": "5.0"
@@ -792,10 +792,10 @@
792
792
  "version_added": "26"
793
793
  },
794
794
  "safari": {
795
- "version_added": false
795
+ "version_added": "13.1"
796
796
  },
797
797
  "safari_ios": {
798
- "version_added": false
798
+ "version_added": "13.4"
799
799
  },
800
800
  "samsunginternet_android": {
801
801
  "version_added": "4.0"
@@ -966,10 +966,10 @@
966
966
  "version_added": false
967
967
  },
968
968
  "safari": {
969
- "version_added": false
969
+ "version_added": "13.1"
970
970
  },
971
971
  "safari_ios": {
972
- "version_added": false
972
+ "version_added": "13.4"
973
973
  },
974
974
  "samsunginternet_android": {
975
975
  "version_added": false
@@ -1164,10 +1164,10 @@
1164
1164
  "version_added": "26"
1165
1165
  },
1166
1166
  "safari": {
1167
- "version_added": false
1167
+ "version_added": "13.1"
1168
1168
  },
1169
1169
  "safari_ios": {
1170
- "version_added": false
1170
+ "version_added": "13.4"
1171
1171
  },
1172
1172
  "samsunginternet_android": {
1173
1173
  "version_added": "4.0"
@@ -1244,10 +1244,10 @@
1244
1244
  "notes": "Before Chrome 50/Opera 37, this property returned <code>idle</code> for an animation that had not yet started. Starting with Chrome 50/Opera 37, it shows <code>paused</code>."
1245
1245
  },
1246
1246
  "safari": {
1247
- "version_added": false
1247
+ "version_added": "13.1"
1248
1248
  },
1249
1249
  "safari_ios": {
1250
- "version_added": false
1250
+ "version_added": "13.4"
1251
1251
  },
1252
1252
  "samsunginternet_android": {
1253
1253
  "version_added": "4.0",
@@ -1318,10 +1318,10 @@
1318
1318
  "version_added": false
1319
1319
  },
1320
1320
  "safari": {
1321
- "version_added": false
1321
+ "version_added": "13.1"
1322
1322
  },
1323
1323
  "safari_ios": {
1324
- "version_added": false
1324
+ "version_added": "13.4"
1325
1325
  },
1326
1326
  "samsunginternet_android": {
1327
1327
  "version_added": false
@@ -1493,10 +1493,10 @@
1493
1493
  "version_added": "26"
1494
1494
  },
1495
1495
  "safari": {
1496
- "version_added": false
1496
+ "version_added": "13.1"
1497
1497
  },
1498
1498
  "safari_ios": {
1499
- "version_added": false
1499
+ "version_added": "13.4"
1500
1500
  },
1501
1501
  "samsunginternet_android": {
1502
1502
  "version_added": "4.0"
@@ -1567,10 +1567,10 @@
1567
1567
  "version_added": "26"
1568
1568
  },
1569
1569
  "safari": {
1570
- "version_added": false
1570
+ "version_added": "13.1"
1571
1571
  },
1572
1572
  "safari_ios": {
1573
- "version_added": false
1573
+ "version_added": "13.4"
1574
1574
  },
1575
1575
  "samsunginternet_android": {
1576
1576
  "version_added": "4.0"
@@ -1713,10 +1713,10 @@
1713
1713
  "version_added": false
1714
1714
  },
1715
1715
  "safari": {
1716
- "version_added": false
1716
+ "version_added": "13.1"
1717
1717
  },
1718
1718
  "safari_ios": {
1719
- "version_added": false
1719
+ "version_added": "13.4"
1720
1720
  },
1721
1721
  "samsunginternet_android": {
1722
1722
  "version_added": false
@@ -51,7 +51,8 @@
51
51
  },
52
52
  {
53
53
  "prefix": "o",
54
- "version_added": "12"
54
+ "version_added": "12",
55
+ "version_removed": "15"
55
56
  }
56
57
  ],
57
58
  "opera_android": [
@@ -69,7 +70,8 @@
69
70
  },
70
71
  {
71
72
  "prefix": "o",
72
- "version_added": "12"
73
+ "version_added": "12",
74
+ "version_removed": "14"
73
75
  }
74
76
  ],
75
77
  "safari": [
@@ -115,7 +115,7 @@
115
115
  "version_added": "18"
116
116
  },
117
117
  "edge": {
118
- "version_added": "79"
118
+ "version_added": "79"
119
119
  },
120
120
  "firefox": {
121
121
  "version_added": "53"
@@ -32,7 +32,7 @@
32
32
  "name": "dom.battery.enabled"
33
33
  }
34
34
  ],
35
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
35
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
36
36
  },
37
37
  {
38
38
  "version_added": "72",
@@ -54,7 +54,7 @@
54
54
  "name": "dom.battery.enabled"
55
55
  }
56
56
  ],
57
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
57
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
58
58
  }
59
59
  ],
60
60
  "ie": {
@@ -119,7 +119,7 @@
119
119
  "name": "dom.battery.enabled"
120
120
  }
121
121
  ],
122
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
122
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
123
123
  },
124
124
  {
125
125
  "version_added": "72",
@@ -141,7 +141,7 @@
141
141
  "name": "dom.battery.enabled"
142
142
  }
143
143
  ],
144
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
144
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
145
145
  }
146
146
  ],
147
147
  "ie": {
@@ -207,7 +207,7 @@
207
207
  "name": "dom.battery.enabled"
208
208
  }
209
209
  ],
210
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
210
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
211
211
  },
212
212
  {
213
213
  "version_added": "72",
@@ -229,7 +229,7 @@
229
229
  "name": "dom.battery.enabled"
230
230
  }
231
231
  ],
232
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
232
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
233
233
  }
234
234
  ],
235
235
  "ie": {
@@ -295,7 +295,7 @@
295
295
  "name": "dom.battery.enabled"
296
296
  }
297
297
  ],
298
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
298
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
299
299
  },
300
300
  {
301
301
  "version_added": "72",
@@ -317,7 +317,7 @@
317
317
  "name": "dom.battery.enabled"
318
318
  }
319
319
  ],
320
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
320
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
321
321
  }
322
322
  ],
323
323
  "ie": {
@@ -383,7 +383,7 @@
383
383
  "name": "dom.battery.enabled"
384
384
  }
385
385
  ],
386
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
386
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
387
387
  },
388
388
  {
389
389
  "version_added": "72",
@@ -405,7 +405,7 @@
405
405
  "name": "dom.battery.enabled"
406
406
  }
407
407
  ],
408
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
408
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
409
409
  }
410
410
  ],
411
411
  "ie": {
@@ -471,7 +471,7 @@
471
471
  "name": "dom.battery.enabled"
472
472
  }
473
473
  ],
474
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
474
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
475
475
  },
476
476
  {
477
477
  "version_added": "72",
@@ -493,7 +493,7 @@
493
493
  "name": "dom.battery.enabled"
494
494
  }
495
495
  ],
496
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
496
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
497
497
  }
498
498
  ],
499
499
  "ie": {
@@ -559,7 +559,7 @@
559
559
  "name": "dom.battery.enabled"
560
560
  }
561
561
  ],
562
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
562
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
563
563
  },
564
564
  {
565
565
  "version_added": "72",
@@ -581,7 +581,7 @@
581
581
  "name": "dom.battery.enabled"
582
582
  }
583
583
  ],
584
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
584
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
585
585
  }
586
586
  ],
587
587
  "ie": {
@@ -647,7 +647,7 @@
647
647
  "name": "dom.battery.enabled"
648
648
  }
649
649
  ],
650
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
650
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
651
651
  },
652
652
  {
653
653
  "version_added": "72",
@@ -669,7 +669,7 @@
669
669
  "name": "dom.battery.enabled"
670
670
  }
671
671
  ],
672
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
672
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
673
673
  }
674
674
  ],
675
675
  "ie": {
@@ -735,7 +735,7 @@
735
735
  "name": "dom.battery.enabled"
736
736
  }
737
737
  ],
738
- "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
738
+ "notes": "Disabled by default in Firefox 10, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Firefox 18. Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
739
739
  },
740
740
  {
741
741
  "version_added": "72",
@@ -757,7 +757,7 @@
757
757
  "name": "dom.battery.enabled"
758
758
  }
759
759
  ],
760
- "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for MacOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
760
+ "notes": "Disabled by default in Firefox 10.0, but can be enabled setting the preference <code>dom.battery.enabled</code> to <code>true</code>. Starting with Firefox 11.0, <code>mozBattery</code> is enabled by default. The Battery API is currently supported on Android, Windows, and Linux with UPower installed. Support for macOS is available starting with Gecko 18.0 (Firefox 18.0 / Thunderbird 18.0 / SeaMonkey 2.15). Firefox also provides support for the deprecated <a href='https://developer.mozilla.org/docs/Web/API/Navigator/battery'><code>navigator.battery</code></a>."
761
761
  }
762
762
  ],
763
763
  "ie": {
package/api/Blob.json CHANGED
@@ -128,10 +128,10 @@
128
128
  "version_added": "54"
129
129
  },
130
130
  "safari": {
131
- "version_added": false
131
+ "version_added": "14"
132
132
  },
133
133
  "safari_ios": {
134
- "version_added": false
134
+ "version_added": "14"
135
135
  },
136
136
  "samsunginternet_android": {
137
137
  "version_added": "12.0"
@@ -52,10 +52,10 @@
52
52
  "description": "<code>CSSStyleSheet()</code> constructor",
53
53
  "support": {
54
54
  "chrome": {
55
- "version_added": "66"
55
+ "version_added": "73"
56
56
  },
57
57
  "chrome_android": {
58
- "version_added": "66"
58
+ "version_added": "73"
59
59
  },
60
60
  "edge": {
61
61
  "version_added": "79"
@@ -85,7 +85,7 @@
85
85
  "version_added": "9.0"
86
86
  },
87
87
  "webview_android": {
88
- "version_added": "66"
88
+ "version_added": "73"
89
89
  }
90
90
  },
91
91
  "status": {
@@ -271,7 +271,7 @@
271
271
  "version_added": "≤12.1"
272
272
  },
273
273
  "safari": {
274
- "version_added": "3"
274
+ "version_added": "1"
275
275
  },
276
276
  "safari_ios": {
277
277
  "version_added": "1"
@@ -294,10 +294,10 @@
294
294
  "description": "<code>index</code> is optional",
295
295
  "support": {
296
296
  "chrome": {
297
- "version_added": "60"
297
+ "version_added": "1"
298
298
  },
299
299
  "chrome_android": {
300
- "version_added": "60"
300
+ "version_added": "18"
301
301
  },
302
302
  "edge": {
303
303
  "version_added": "≤79"
@@ -312,22 +312,22 @@
312
312
  "version_added": false
313
313
  },
314
314
  "opera": {
315
- "version_added": "47"
315
+ "version_added": "≤15"
316
316
  },
317
317
  "opera_android": {
318
- "version_added": "44"
318
+ "version_added": "≤14"
319
319
  },
320
320
  "safari": {
321
- "version_added": "≤4"
321
+ "version_added": "1"
322
322
  },
323
323
  "safari_ios": {
324
- "version_added": "≤3"
324
+ "version_added": "1"
325
325
  },
326
326
  "samsunginternet_android": {
327
- "version_added": "8.0"
327
+ "version_added": "1.0"
328
328
  },
329
329
  "webview_android": {
330
- "version_added": "60"
330
+ "version_added": "1"
331
331
  }
332
332
  },
333
333
  "status": {
package/api/Cache.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "mdn_url": "https://developer.mozilla.org/docs/Web/API/Cache",
6
6
  "support": {
7
7
  "chrome": {
8
- "version_added": "43",
9
- "notes": "From 40 to 42, this was only available on service workers."
8
+ "version_added": "40",
9
+ "notes": "Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported."
10
10
  },
11
11
  "chrome_android": {
12
- "version_added": "43",
13
- "notes": "From 40 to 42, this was only available on service workers."
12
+ "version_added": "40",
13
+ "notes": "Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported."
14
14
  },
15
15
  "edge": {
16
16
  "version_added": "≤18"
@@ -26,12 +26,12 @@
26
26
  "version_added": false
27
27
  },
28
28
  "opera": {
29
- "version_added": "30",
30
- "notes": "From 27 to 29, this was only available on service workers."
29
+ "version_added": "27",
30
+ "notes": "Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported."
31
31
  },
32
32
  "opera_android": {
33
- "version_added": "30",
34
- "notes": "From 27 to 29, this was only available on service workers."
33
+ "version_added": "27",
34
+ "notes": "Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported."
35
35
  },
36
36
  "safari": {
37
37
  "version_added": "11"
@@ -40,12 +40,11 @@
40
40
  "version_added": "11"
41
41
  },
42
42
  "samsunginternet_android": {
43
- "version_added": "4.0",
44
- "notes": "From 40 to 42, this was only available on service workers."
43
+ "version_added": "4.0"
45
44
  },
46
45
  "webview_android": {
47
- "version_added": "43",
48
- "notes": "From 40 to 42, this was only available on service workers."
46
+ "version_added": "40",
47
+ "notes": "Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported."
49
48
  }
50
49
  },
51
50
  "status": {
@@ -415,6 +414,60 @@
415
414
  "deprecated": false
416
415
  }
417
416
  }
417
+ },
418
+ "worker_support": {
419
+ "__compat": {
420
+ "description": "Available in workers",
421
+ "support": {
422
+ "chrome": {
423
+ "version_added": "40",
424
+ "notes": "Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported."
425
+ },
426
+ "chrome_android": {
427
+ "version_added": "40",
428
+ "notes": "Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported."
429
+ },
430
+ "edge": {
431
+ "version_added": "≤18"
432
+ },
433
+ "firefox": {
434
+ "version_added": "44",
435
+ "notes": "<a href='https://www.mozilla.org/en-US/firefox/organizations/'>Extended Support Releases (ESR)</a> before Firefox 78 ESR do not support service workers."
436
+ },
437
+ "firefox_android": {
438
+ "version_added": "44"
439
+ },
440
+ "ie": {
441
+ "version_added": false
442
+ },
443
+ "opera": {
444
+ "version_added": "27",
445
+ "notes": "Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported."
446
+ },
447
+ "opera_android": {
448
+ "version_added": "27",
449
+ "notes": "Before version 30, only service workers are supported. From version 30, all worker types and the main thread are supported."
450
+ },
451
+ "safari": {
452
+ "version_added": "11"
453
+ },
454
+ "safari_ios": {
455
+ "version_added": "11"
456
+ },
457
+ "samsunginternet_android": {
458
+ "version_added": "4.0"
459
+ },
460
+ "webview_android": {
461
+ "version_added": "40",
462
+ "notes": "Before version 43, only service workers are supported. From version 43, all worker types and the main thread are supported."
463
+ }
464
+ },
465
+ "status": {
466
+ "experimental": false,
467
+ "standard_track": true,
468
+ "deprecated": false
469
+ }
470
+ }
418
471
  }
419
472
  }
420
473
  }