BCD Watch


BCD Changes Report

Summary of BCD changes from through πŸ”—


Browser Support Changes: +239, -0

Support increases (239)

API

  1. api ➞ GPU
    Added to Chrome  βžž  1 of 3 engines
  2. api ➞ GPU ➞ getPreferredCanvasFormat
    Added to Chrome  βžž  1 of 3 engines
  3. api ➞ GPU ➞ requestAdapter
    Added to Chrome  βžž  1 of 3 engines
  4. api ➞ GPUAdapter
    Added to Chrome  βžž  1 of 3 engines
  5. api ➞ GPUAdapter ➞ features
    Added to Chrome  βžž  1 of 3 engines
  6. api ➞ GPUAdapter ➞ isFallbackAdapter
    Added to Chrome  βžž  1 of 3 engines
  7. api ➞ GPUAdapter ➞ limits
    Added to Chrome  βžž  1 of 3 engines
  8. api ➞ GPUAdapter ➞ requestAdapterInfo
    Added to Chrome  βžž  1 of 3 engines
  9. api ➞ GPUAdapter ➞ requestDevice
    Added to Chrome  βžž  1 of 3 engines
  10. api ➞ GPUAdapterInfo
    Added to Chrome  βžž  1 of 3 engines
  11. api ➞ GPUAdapterInfo ➞ architecture
    Added to Chrome  βžž  1 of 3 engines
  12. api ➞ GPUAdapterInfo ➞ description
    Added to Chrome  βžž  1 of 3 engines
  13. api ➞ GPUAdapterInfo ➞ device
    Added to Chrome  βžž  1 of 3 engines
  14. api ➞ GPUAdapterInfo ➞ vendor
    Added to Chrome  βžž  1 of 3 engines
  15. api ➞ GPUBindGroup
    Added to Chrome  βžž  1 of 3 engines
  16. api ➞ GPUBindGroup ➞ label
    Added to Chrome  βžž  1 of 3 engines
  17. api ➞ GPUBindGroupLayout
    Added to Chrome  βžž  1 of 3 engines
  18. api ➞ GPUBindGroupLayout ➞ label
    Added to Chrome  βžž  1 of 3 engines
  19. api ➞ GPUBuffer
    Added to Chrome  βžž  1 of 3 engines
  20. api ➞ GPUBuffer ➞ destroy
    Added to Chrome  βžž  1 of 3 engines
  21. api ➞ GPUBuffer ➞ getMappedRange
    Added to Chrome  βžž  1 of 3 engines
  22. api ➞ GPUBuffer ➞ label
    Added to Chrome  βžž  1 of 3 engines
  23. api ➞ GPUBuffer ➞ mapAsync
    Added to Chrome  βžž  1 of 3 engines
  24. api ➞ GPUBuffer ➞ mapState
    Added to Chrome  βžž  1 of 3 engines
  25. api ➞ GPUBuffer ➞ size
    Added to Chrome  βžž  1 of 3 engines
  26. api ➞ GPUBuffer ➞ unmap
    Added to Chrome  βžž  1 of 3 engines
  27. api ➞ GPUBuffer ➞ usage
    Added to Chrome  βžž  1 of 3 engines
  28. api ➞ GPUCanvasContext
    Added to Chrome  βžž  1 of 3 engines
  29. api ➞ GPUCanvasContext ➞ canvas
    Added to Chrome  βžž  1 of 3 engines
  30. api ➞ GPUCanvasContext ➞ configure
    Added to Chrome  βžž  1 of 3 engines
  31. api ➞ GPUCanvasContext ➞ getCurrentTexture
    Added to Chrome  βžž  1 of 3 engines
  32. api ➞ GPUCanvasContext ➞ unconfigure
    Added to Chrome  βžž  1 of 3 engines
  33. api ➞ GPUCommandBuffer
    Added to Chrome  βžž  1 of 3 engines
  34. api ➞ GPUCommandBuffer ➞ label
    Added to Chrome  βžž  1 of 3 engines
  35. api ➞ GPUCommandEncoder
    Added to Chrome  βžž  1 of 3 engines
  36. api ➞ GPUCommandEncoder ➞ beginComputePass
    Added to Chrome  βžž  1 of 3 engines
  37. api ➞ GPUCommandEncoder ➞ beginRenderPass
    Added to Chrome  βžž  1 of 3 engines
  38. api ➞ GPUCommandEncoder ➞ clearBuffer
    Added to Chrome  βžž  1 of 3 engines
  39. api ➞ GPUCommandEncoder ➞ copyBufferToBuffer
    Added to Chrome  βžž  1 of 3 engines
  40. api ➞ GPUCommandEncoder ➞ copyBufferToTexture
    Added to Chrome  βžž  1 of 3 engines
  41. api ➞ GPUCommandEncoder ➞ copyTextureToBuffer
    Added to Chrome  βžž  1 of 3 engines
  42. api ➞ GPUCommandEncoder ➞ copyTextureToTexture
    Added to Chrome  βžž  1 of 3 engines
  43. api ➞ GPUCommandEncoder ➞ finish
    Added to Chrome  βžž  1 of 3 engines
  44. api ➞ GPUCommandEncoder ➞ insertDebugMarker
    Added to Chrome  βžž  1 of 3 engines
  45. api ➞ GPUCommandEncoder ➞ label
    Added to Chrome  βžž  1 of 3 engines
  46. api ➞ GPUCommandEncoder ➞ popDebugGroup
    Added to Chrome  βžž  1 of 3 engines
  47. api ➞ GPUCommandEncoder ➞ pushDebugGroup
    Added to Chrome  βžž  1 of 3 engines
  48. api ➞ GPUCommandEncoder ➞ resolveQuerySet
    Added to Chrome  βžž  1 of 3 engines
  49. api ➞ GPUCommandEncoder ➞ writeTimestamp
    Added to Chrome  βžž  1 of 3 engines
  50. api ➞ GPUCompilationInfo
    Added to Chrome  βžž  1 of 3 engines
  51. api ➞ GPUCompilationInfo ➞ messages
    Added to Chrome  βžž  1 of 3 engines
  52. api ➞ GPUCompilationMessage
    Added to Chrome  βžž  1 of 3 engines
  53. api ➞ GPUCompilationMessage ➞ length
    Added to Chrome  βžž  1 of 3 engines
  54. api ➞ GPUCompilationMessage ➞ lineNum
    Added to Chrome  βžž  1 of 3 engines
  55. api ➞ GPUCompilationMessage ➞ linePos
    Added to Chrome  βžž  1 of 3 engines
  56. api ➞ GPUCompilationMessage ➞ message
    Added to Chrome  βžž  1 of 3 engines
  57. api ➞ GPUCompilationMessage ➞ offset
    Added to Chrome  βžž  1 of 3 engines
  58. api ➞ GPUCompilationMessage ➞ type
    Added to Chrome  βžž  1 of 3 engines
  59. api ➞ GPUComputePassEncoder
    Added to Chrome  βžž  1 of 3 engines
  60. api ➞ GPUComputePassEncoder ➞ dispatchWorkgroups
    Added to Chrome  βžž  1 of 3 engines
  61. api ➞ GPUComputePassEncoder ➞ dispatchWorkgroupsIndirect
    Added to Chrome  βžž  1 of 3 engines
  62. api ➞ GPUComputePassEncoder ➞ end
    Added to Chrome  βžž  1 of 3 engines
  63. api ➞ GPUComputePassEncoder ➞ insertDebugMarker
    Added to Chrome  βžž  1 of 3 engines
  64. api ➞ GPUComputePassEncoder ➞ label
    Added to Chrome  βžž  1 of 3 engines
  65. api ➞ GPUComputePassEncoder ➞ popDebugGroup
    Added to Chrome  βžž  1 of 3 engines
  66. api ➞ GPUComputePassEncoder ➞ pushDebugGroup
    Added to Chrome  βžž  1 of 3 engines
  67. api ➞ GPUComputePassEncoder ➞ setBindGroup
    Added to Chrome  βžž  1 of 3 engines
  68. api ➞ GPUComputePassEncoder ➞ setPipeline
    Added to Chrome  βžž  1 of 3 engines
  69. api ➞ GPUComputePassEncoder ➞ writeTimestamp
    Added to Chrome  βžž  1 of 3 engines
  70. api ➞ GPUComputePipeline
    Added to Chrome  βžž  1 of 3 engines
  71. api ➞ GPUComputePipeline ➞ getBindGroupLayout
    Added to Chrome  βžž  1 of 3 engines
  72. api ➞ GPUComputePipeline ➞ label
    Added to Chrome  βžž  1 of 3 engines
  73. api ➞ GPUDevice
    Added to Chrome  βžž  1 of 3 engines
  74. api ➞ GPUDevice ➞ createBindGroup
    Added to Chrome  βžž  1 of 3 engines
  75. api ➞ GPUDevice ➞ createBindGroupLayout
    Added to Chrome  βžž  1 of 3 engines
  76. api ➞ GPUDevice ➞ createBuffer
    Added to Chrome  βžž  1 of 3 engines
  77. api ➞ GPUDevice ➞ createCommandEncoder
    Added to Chrome  βžž  1 of 3 engines
  78. api ➞ GPUDevice ➞ createComputePipeline
    Added to Chrome  βžž  1 of 3 engines
  79. api ➞ GPUDevice ➞ createComputePipelineAsync
    Added to Chrome  βžž  1 of 3 engines
  80. api ➞ GPUDevice ➞ createPipelineLayout
    Added to Chrome  βžž  1 of 3 engines
  81. api ➞ GPUDevice ➞ createQuerySet
    Added to Chrome  βžž  1 of 3 engines
  82. api ➞ GPUDevice ➞ createRenderBundleEncoder
    Added to Chrome  βžž  1 of 3 engines
  83. api ➞ GPUDevice ➞ createRenderPipeline
    Added to Chrome  βžž  1 of 3 engines
  84. api ➞ GPUDevice ➞ createRenderPipelineAsync
    Added to Chrome  βžž  1 of 3 engines
  85. api ➞ GPUDevice ➞ createSampler
    Added to Chrome  βžž  1 of 3 engines
  86. api ➞ GPUDevice ➞ createShaderModule
    Added to Chrome  βžž  1 of 3 engines
  87. api ➞ GPUDevice ➞ createTexture
    Added to Chrome  βžž  1 of 3 engines
  88. api ➞ GPUDevice ➞ destroy
    Added to Chrome  βžž  1 of 3 engines
  89. api ➞ GPUDevice ➞ features
    Added to Chrome  βžž  1 of 3 engines
  90. api ➞ GPUDevice ➞ importExternalTexture
    Added to Chrome  βžž  1 of 3 engines
  91. api ➞ GPUDevice ➞ label
    Added to Chrome  βžž  1 of 3 engines
  92. api ➞ GPUDevice ➞ limits
    Added to Chrome  βžž  1 of 3 engines
  93. api ➞ GPUDevice ➞ lost
    Added to Chrome  βžž  1 of 3 engines
  94. api ➞ GPUDevice ➞ popErrorScope
    Added to Chrome  βžž  1 of 3 engines
  95. api ➞ GPUDevice ➞ pushErrorScope
    Added to Chrome  βžž  1 of 3 engines
  96. api ➞ GPUDevice ➞ queue
    Added to Chrome  βžž  1 of 3 engines
  97. api ➞ GPUDevice ➞ uncapturederror_event
    Added to Chrome  βžž  1 of 3 engines
  98. api ➞ GPUDeviceLostInfo
    Added to Chrome  βžž  1 of 3 engines
  99. api ➞ GPUDeviceLostInfo ➞ message
    Added to Chrome  βžž  1 of 3 engines
  100. api ➞ GPUDeviceLostInfo ➞ reason
    Added to Chrome  βžž  1 of 3 engines
  101. api ➞ GPUError
    Added to Chrome  βžž  1 of 3 engines
  102. api ➞ GPUError ➞ message
    Added to Chrome  βžž  1 of 3 engines
  103. api ➞ GPUExternalTexture
    Added to Chrome  βžž  1 of 3 engines
  104. api ➞ GPUExternalTexture ➞ label
    Added to Chrome  βžž  1 of 3 engines
  105. api ➞ GPUInternalError ➞ GPUInternalError
    Added to Chrome  βžž  1 of 3 engines
  106. api ➞ GPUInternalError
    Added to Chrome  βžž  1 of 3 engines
  107. api ➞ GPUOutOfMemoryError ➞ GPUOutOfMemoryError
    Added to Chrome  βžž  1 of 3 engines
  108. api ➞ GPUOutOfMemoryError
    Added to Chrome  βžž  1 of 3 engines
  109. api ➞ GPUPipelineError ➞ GPUPipelineError
    Added to Chrome  βžž  1 of 3 engines
  110. api ➞ GPUPipelineError
    Added to Chrome  βžž  1 of 3 engines
  111. api ➞ GPUPipelineError ➞ reason
    Added to Chrome  βžž  1 of 3 engines
  112. api ➞ GPUPipelineLayout
    Added to Chrome  βžž  1 of 3 engines
  113. api ➞ GPUPipelineLayout ➞ label
    Added to Chrome  βžž  1 of 3 engines
  114. api ➞ GPUQuerySet
    Added to Chrome  βžž  1 of 3 engines
  115. api ➞ GPUQuerySet ➞ count
    Added to Chrome  βžž  1 of 3 engines
  116. api ➞ GPUQuerySet ➞ destroy
    Added to Chrome  βžž  1 of 3 engines
  117. api ➞ GPUQuerySet ➞ label
    Added to Chrome  βžž  1 of 3 engines
  118. api ➞ GPUQuerySet ➞ type
    Added to Chrome  βžž  1 of 3 engines
  119. api ➞ GPUQueue
    Added to Chrome  βžž  1 of 3 engines
  120. api ➞ GPUQueue ➞ copyExternalImageToTexture
    Added to Chrome  βžž  1 of 3 engines
  121. api ➞ GPUQueue ➞ label
    Added to Chrome  βžž  1 of 3 engines
  122. api ➞ GPUQueue ➞ onSubmittedWorkDone
    Added to Chrome  βžž  1 of 3 engines
  123. api ➞ GPUQueue ➞ submit
    Added to Chrome  βžž  1 of 3 engines
  124. api ➞ GPUQueue ➞ writeBuffer
    Added to Chrome  βžž  1 of 3 engines
  125. api ➞ GPUQueue ➞ writeTexture
    Added to Chrome  βžž  1 of 3 engines
  126. api ➞ GPURenderBundle
    Added to Chrome  βžž  1 of 3 engines
  127. api ➞ GPURenderBundle ➞ label
    Added to Chrome  βžž  1 of 3 engines
  128. api ➞ GPURenderBundleEncoder
    Added to Chrome  βžž  1 of 3 engines
  129. api ➞ GPURenderBundleEncoder ➞ draw
    Added to Chrome  βžž  1 of 3 engines
  130. api ➞ GPURenderBundleEncoder ➞ drawIndexed
    Added to Chrome  βžž  1 of 3 engines
  131. api ➞ GPURenderBundleEncoder ➞ drawIndexedIndirect
    Added to Chrome  βžž  1 of 3 engines
  132. api ➞ GPURenderBundleEncoder ➞ drawIndirect
    Added to Chrome  βžž  1 of 3 engines
  133. api ➞ GPURenderBundleEncoder ➞ finish
    Added to Chrome  βžž  1 of 3 engines
  134. api ➞ GPURenderBundleEncoder ➞ insertDebugMarker
    Added to Chrome  βžž  1 of 3 engines
  135. api ➞ GPURenderBundleEncoder ➞ label
    Added to Chrome  βžž  1 of 3 engines
  136. api ➞ GPURenderBundleEncoder ➞ popDebugGroup
    Added to Chrome  βžž  1 of 3 engines
  137. api ➞ GPURenderBundleEncoder ➞ pushDebugGroup
    Added to Chrome  βžž  1 of 3 engines
  138. api ➞ GPURenderBundleEncoder ➞ setBindGroup
    Added to Chrome  βžž  1 of 3 engines
  139. api ➞ GPURenderBundleEncoder ➞ setIndexBuffer
    Added to Chrome  βžž  1 of 3 engines
  140. api ➞ GPURenderBundleEncoder ➞ setPipeline
    Added to Chrome  βžž  1 of 3 engines
  141. api ➞ GPURenderBundleEncoder ➞ setVertexBuffer
    Added to Chrome  βžž  1 of 3 engines
  142. api ➞ GPURenderPassEncoder
    Added to Chrome  βžž  1 of 3 engines
  143. api ➞ GPURenderPassEncoder ➞ beginOcclusionQuery
    Added to Chrome  βžž  1 of 3 engines
  144. api ➞ GPURenderPassEncoder ➞ draw
    Added to Chrome  βžž  1 of 3 engines
  145. api ➞ GPURenderPassEncoder ➞ drawIndexed
    Added to Chrome  βžž  1 of 3 engines
  146. api ➞ GPURenderPassEncoder ➞ drawIndexedIndirect
    Added to Chrome  βžž  1 of 3 engines
  147. api ➞ GPURenderPassEncoder ➞ drawIndirect
    Added to Chrome  βžž  1 of 3 engines
  148. api ➞ GPURenderPassEncoder ➞ end
    Added to Chrome  βžž  1 of 3 engines
  149. api ➞ GPURenderPassEncoder ➞ endOcclusionQuery
    Added to Chrome  βžž  1 of 3 engines
  150. api ➞ GPURenderPassEncoder ➞ executeBundles
    Added to Chrome  βžž  1 of 3 engines
  151. api ➞ GPURenderPassEncoder ➞ insertDebugMarker
    Added to Chrome  βžž  1 of 3 engines
  152. api ➞ GPURenderPassEncoder ➞ label
    Added to Chrome  βžž  1 of 3 engines
  153. api ➞ GPURenderPassEncoder ➞ popDebugGroup
    Added to Chrome  βžž  1 of 3 engines
  154. api ➞ GPURenderPassEncoder ➞ pushDebugGroup
    Added to Chrome  βžž  1 of 3 engines
  155. api ➞ GPURenderPassEncoder ➞ setBindGroup
    Added to Chrome  βžž  1 of 3 engines
  156. api ➞ GPURenderPassEncoder ➞ setBlendConstant
    Added to Chrome  βžž  1 of 3 engines
  157. api ➞ GPURenderPassEncoder ➞ setIndexBuffer
    Added to Chrome  βžž  1 of 3 engines
  158. api ➞ GPURenderPassEncoder ➞ setPipeline
    Added to Chrome  βžž  1 of 3 engines
  159. api ➞ GPURenderPassEncoder ➞ setScissorRect
    Added to Chrome  βžž  1 of 3 engines
  160. api ➞ GPURenderPassEncoder ➞ setStencilReference
    Added to Chrome  βžž  1 of 3 engines
  161. api ➞ GPURenderPassEncoder ➞ setVertexBuffer
    Added to Chrome  βžž  1 of 3 engines
  162. api ➞ GPURenderPassEncoder ➞ setViewport
    Added to Chrome  βžž  1 of 3 engines
  163. api ➞ GPURenderPassEncoder ➞ writeTimestamp
    Added to Chrome  βžž  1 of 3 engines
  164. api ➞ GPURenderPipeline
    Added to Chrome  βžž  1 of 3 engines
  165. api ➞ GPURenderPipeline ➞ getBindGroupLayout
    Added to Chrome  βžž  1 of 3 engines
  166. api ➞ GPURenderPipeline ➞ label
    Added to Chrome  βžž  1 of 3 engines
  167. api ➞ GPUSampler
    Added to Chrome  βžž  1 of 3 engines
  168. api ➞ GPUSampler ➞ label
    Added to Chrome  βžž  1 of 3 engines
  169. api ➞ GPUShaderModule
    Added to Chrome  βžž  1 of 3 engines
  170. api ➞ GPUShaderModule ➞ getCompilationInfo
    Added to Chrome  βžž  1 of 3 engines
  171. api ➞ GPUShaderModule ➞ label
    Added to Chrome  βžž  1 of 3 engines
  172. api ➞ GPUSupportedFeatures
    Added to Chrome  βžž  1 of 3 engines
  173. api ➞ GPUSupportedLimits
    Added to Chrome  βžž  1 of 3 engines
  174. api ➞ GPUSupportedLimits ➞ maxBindGroups Spec link
    Added to Chrome  βžž  1 of 3 engines
  175. api ➞ GPUSupportedLimits ➞ maxBindingsPerBindGroup Spec link
    Added to Chrome  βžž  1 of 3 engines
  176. api ➞ GPUSupportedLimits ➞ maxBufferSize Spec link
    Added to Chrome  βžž  1 of 3 engines
  177. api ➞ GPUSupportedLimits ➞ maxColorAttachmentBytesPerSample Spec link
    Added to Chrome  βžž  1 of 3 engines
  178. api ➞ GPUSupportedLimits ➞ maxColorAttachments Spec link
    Added to Chrome  βžž  1 of 3 engines
  179. api ➞ GPUSupportedLimits ➞ maxComputeInvocationsPerWorkgroup Spec link
    Added to Chrome  βžž  1 of 3 engines
  180. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupSizeX Spec link
    Added to Chrome  βžž  1 of 3 engines
  181. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupSizeY Spec link
    Added to Chrome  βžž  1 of 3 engines
  182. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupSizeZ Spec link
    Added to Chrome  βžž  1 of 3 engines
  183. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupStorageSize Spec link
    Added to Chrome  βžž  1 of 3 engines
  184. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupsPerDimension Spec link
    Added to Chrome  βžž  1 of 3 engines
  185. api ➞ GPUSupportedLimits ➞ maxDynamicStorageBuffersPerPipelineLayout Spec link
    Added to Chrome  βžž  1 of 3 engines
  186. api ➞ GPUSupportedLimits ➞ maxDynamicUniformBuffersPerPipelineLayout Spec link
    Added to Chrome  βžž  1 of 3 engines
  187. api ➞ GPUSupportedLimits ➞ maxInterStageShaderComponents Spec link
    Added to Chrome  βžž  1 of 3 engines
  188. api ➞ GPUSupportedLimits ➞ maxInterStageShaderVariables Spec link
    Added to Chrome  βžž  1 of 3 engines
  189. api ➞ GPUSupportedLimits ➞ maxSampledTexturesPerShaderStage Spec link
    Added to Chrome  βžž  1 of 3 engines
  190. api ➞ GPUSupportedLimits ➞ maxSamplersPerShaderStage Spec link
    Added to Chrome  βžž  1 of 3 engines
  191. api ➞ GPUSupportedLimits ➞ maxStorageBufferBindingSize Spec link
    Added to Chrome  βžž  1 of 3 engines
  192. api ➞ GPUSupportedLimits ➞ maxStorageBuffersPerShaderStage Spec link
    Added to Chrome  βžž  1 of 3 engines
  193. api ➞ GPUSupportedLimits ➞ maxStorageTexturesPerShaderStage Spec link
    Added to Chrome  βžž  1 of 3 engines
  194. api ➞ GPUSupportedLimits ➞ maxTextureArrayLayers Spec link
    Added to Chrome  βžž  1 of 3 engines
  195. api ➞ GPUSupportedLimits ➞ maxTextureDimension1D Spec link
    Added to Chrome  βžž  1 of 3 engines
  196. api ➞ GPUSupportedLimits ➞ maxTextureDimension2D Spec link
    Added to Chrome  βžž  1 of 3 engines
  197. api ➞ GPUSupportedLimits ➞ maxTextureDimension3D Spec link
    Added to Chrome  βžž  1 of 3 engines
  198. api ➞ GPUSupportedLimits ➞ maxUniformBufferBindingSize Spec link
    Added to Chrome  βžž  1 of 3 engines
  199. api ➞ GPUSupportedLimits ➞ maxUniformBuffersPerShaderStage Spec link
    Added to Chrome  βžž  1 of 3 engines
  200. api ➞ GPUSupportedLimits ➞ maxVertexAttributes Spec link
    Added to Chrome  βžž  1 of 3 engines
  201. api ➞ GPUSupportedLimits ➞ maxVertexBufferArrayStride Spec link
    Added to Chrome  βžž  1 of 3 engines
  202. api ➞ GPUSupportedLimits ➞ maxVertexBuffers Spec link
    Added to Chrome  βžž  1 of 3 engines
  203. api ➞ GPUSupportedLimits ➞ minStorageBufferOffsetAlignment Spec link
    Added to Chrome  βžž  1 of 3 engines
  204. api ➞ GPUSupportedLimits ➞ minUniformBufferOffsetAlignment Spec link
    Added to Chrome  βžž  1 of 3 engines
  205. api ➞ GPUTexture
    Added to Chrome  βžž  1 of 3 engines
  206. api ➞ GPUTexture ➞ createView
    Added to Chrome  βžž  1 of 3 engines
  207. api ➞ GPUTexture ➞ depthOrArrayLayers
    Added to Chrome  βžž  1 of 3 engines
  208. api ➞ GPUTexture ➞ destroy
    Added to Chrome  βžž  1 of 3 engines
  209. api ➞ GPUTexture ➞ dimension
    Added to Chrome  βžž  1 of 3 engines
  210. api ➞ GPUTexture ➞ format
    Added to Chrome  βžž  1 of 3 engines
  211. api ➞ GPUTexture ➞ height
    Added to Chrome  βžž  1 of 3 engines
  212. api ➞ GPUTexture ➞ label
    Added to Chrome  βžž  1 of 3 engines
  213. api ➞ GPUTexture ➞ mipLevelCount
    Added to Chrome  βžž  1 of 3 engines
  214. api ➞ GPUTexture ➞ sampleCount
    Added to Chrome  βžž  1 of 3 engines
  215. api ➞ GPUTexture ➞ usage
    Added to Chrome  βžž  1 of 3 engines
  216. api ➞ GPUTexture ➞ width
    Added to Chrome  βžž  1 of 3 engines
  217. api ➞ GPUTextureView
    Added to Chrome  βžž  1 of 3 engines
  218. api ➞ GPUTextureView ➞ label
    Added to Chrome  βžž  1 of 3 engines
  219. api ➞ GPUUncapturedErrorEvent ➞ GPUUncapturedErrorEvent
    Added to Chrome  βžž  1 of 3 engines
  220. api ➞ GPUUncapturedErrorEvent
    Added to Chrome  βžž  1 of 3 engines
  221. api ➞ GPUUncapturedErrorEvent ➞ error
    Added to Chrome  βžž  1 of 3 engines
  222. api ➞ GPUValidationError ➞ GPUValidationError
    Added to Chrome  βžž  1 of 3 engines
  223. api ➞ GPUValidationError
    Added to Chrome  βžž  1 of 3 engines
  224. api ➞ HTMLCanvasElement ➞ getContext ➞ webgpu_context Spec link
    Added to Chrome  βžž  1 of 3 engines
  225. api ➞ Navigator ➞ gpu
    Added to Chrome  βžž  1 of 3 engines
  226. api ➞ WorkerNavigator ➞ gpu
    Added to Chrome  βžž  1 of 3 engines

HTML

  1. html ➞ elements ➞ script ➞ type ➞ importmap Spec link
    Added to Safari  βžž  3 of 3 engines

JAVASCRIPT

  1. javascript ➞ builtins ➞ ArrayBuffer ➞ ArrayBuffer ➞ maxByteLength_option Spec link
    Added to Safari  βžž  2 of 3 engines
  2. javascript ➞ builtins ➞ ArrayBuffer ➞ maxByteLength
    Added to Safari  βžž  2 of 3 engines
  3. javascript ➞ builtins ➞ ArrayBuffer ➞ resizable
    Added to Safari  βžž  2 of 3 engines
  4. javascript ➞ builtins ➞ ArrayBuffer ➞ resize
    Added to Safari  βžž  2 of 3 engines
  5. javascript ➞ builtins ➞ Atomics ➞ waitAsync
    Added to Safari  βžž  2 of 3 engines
  6. javascript ➞ builtins ➞ SharedArrayBuffer ➞ SharedArrayBuffer ➞ maxByteLength_option Spec link
    Added to Safari  βžž  2 of 3 engines
  7. javascript ➞ builtins ➞ SharedArrayBuffer ➞ grow
    Added to Safari  βžž  2 of 3 engines
  8. javascript ➞ builtins ➞ SharedArrayBuffer ➞ growable
    Added to Safari  βžž  2 of 3 engines
  9. javascript ➞ builtins ➞ SharedArrayBuffer ➞ maxByteLength
    Added to Safari  βžž  2 of 3 engines
  10. javascript ➞ classes ➞ static_initialization_blocks
    Added to Safari  βžž  3 of 3 engines
  11. javascript ➞ regular_expressions ➞ lookbehind_assertion
    Added to Safari  βžž  3 of 3 engines
  12. javascript ➞ builtins ➞ Array ➞ fromAsync
    Added to Safari  βžž  1 of 3 engines

BCD Metadata Changes: 284

Show all 284 changes

Note: The following represent changes to BCD metadata keys in the reported time period. Keys are not implementations, and they don't represent commitments toward implementation, etc. A new key occuring is perhaps a signal that some implementer was serious enough to add the key. Many of the features that are 'removed' are usually just 'moved' or 'renamed', but we don't have great ways to highlight that.

Backfilled entries (27)

The entries in this section saw support information change since the report on Friday, 31 March 2023, but all the supported browser versions given were more than a couple of months old. Typically, these are cases of support information being updated long after the support actually landed in a browser, but nobody ever updated the BCD entry.

CSS

  1. css ➞ properties ➞ overflow ➞ overlay
    Backfilled from  βžž  2 of 3 engines
  2. css ➞ properties ➞ overflow-x ➞ overlay
    Backfilled from  βžž  2 of 3 engines
  3. css ➞ properties ➞ overflow-y ➞ overlay
    Backfilled from  βžž  2 of 3 engines
  4. css ➞ types ➞ image ➞ gradient ➞ conic-gradient ➞ hue_interpolation_method
    Backfilled from  βžž  2 of 3 engines
  5. css ➞ types ➞ image ➞ gradient ➞ conic-gradient ➞ interpolation_color_space
    Backfilled from  βžž  2 of 3 engines
  6. css ➞ types ➞ image ➞ gradient ➞ linear-gradient ➞ hue_interpolation_method
    Backfilled from  βžž  2 of 3 engines
  7. css ➞ types ➞ image ➞ gradient ➞ linear-gradient ➞ interpolation_color_space
    Backfilled from  βžž  2 of 3 engines
  8. css ➞ types ➞ image ➞ gradient ➞ radial-gradient ➞ hue_interpolation_method
    Backfilled from  βžž  2 of 3 engines
  9. css ➞ types ➞ image ➞ gradient ➞ radial-gradient ➞ interpolation_color_space
    Backfilled from  βžž  2 of 3 engines
  10. css ➞ types ➞ image ➞ gradient ➞ repeating-conic-gradient ➞ hue_interpolation_method
    Backfilled from  βžž  2 of 3 engines
  11. css ➞ types ➞ image ➞ gradient ➞ repeating-conic-gradient ➞ interpolation_color_space
    Backfilled from  βžž  2 of 3 engines
  12. css ➞ types ➞ image ➞ gradient ➞ repeating-linear-gradient ➞ hue_interpolation_method
    Backfilled from  βžž  2 of 3 engines
  13. css ➞ types ➞ image ➞ gradient ➞ repeating-linear-gradient ➞ interpolation_color_space
    Backfilled from  βžž  2 of 3 engines
  14. css ➞ types ➞ image ➞ gradient ➞ repeating-radial-gradient ➞ hue_interpolation_method
    Backfilled from  βžž  2 of 3 engines
  15. css ➞ types ➞ image ➞ gradient ➞ repeating-radial-gradient ➞ interpolation_color_space
    Backfilled from  βžž  2 of 3 engines

API

  1. api ➞ ReadableStream ➞ @@asyncIterator
    Backfilled from  βžž  1 of 3 engines
  2. api ➞ ReadableStream ➞ values Spec link
    Backfilled from  βžž  1 of 3 engines

JAVASCRIPT

  1. javascript ➞ builtins ➞ FinalizationRegistry ➞ symbol_as_target
    Backfilled from  βžž  2 of 3 engines
  2. javascript ➞ builtins ➞ WeakMap ➞ symbol_as_keys
    Backfilled from  βžž  2 of 3 engines
  3. javascript ➞ builtins ➞ WeakRef ➞ symbol_as_target
    Backfilled from  βžž  2 of 3 engines
  4. javascript ➞ builtins ➞ WeakSet ➞ symbol_as_keys
    Backfilled from  βžž  2 of 3 engines

WEBEXTENSIONS

  1. webextensions ➞ api ➞ action
    Backfilled from  βžž  3 of 3 engines
  2. webextensions ➞ api ➞ scripting
    Backfilled from  βžž  3 of 3 engines
  3. webextensions ➞ api ➞ scripting ➞ executeScript ➞ InjectionResult
    Backfilled from  βžž  2 of 3 engines
  4. webextensions ➞ api ➞ scripting ➞ executeScript ➞ InjectionResult ➞ error
    Backfilled from  βžž  1 of 3 engines
  5. webextensions ➞ api ➞ scripting ➞ executeScript ➞ InjectionResult ➞ frameId
    Backfilled from  βžž  2 of 3 engines
  6. webextensions ➞ api ➞ scripting ➞ executeScript ➞ InjectionResult ➞ result
    Backfilled from  βžž  2 of 3 engines

New entries (253)

The entries in this section were not found in BCD on Friday, 31 March 2023, but are now present. These usually do not have any support information attached to them, and often have no corresponding MDN page. Sometimes, entries that appear here also appear in the next section (β€œRemoved BCD entries”) because of a Working Group deciding on a rename.

API

  1. api ➞ GPU
  2. api ➞ GPU ➞ getPreferredCanvasFormat
  3. api ➞ GPU ➞ requestAdapter
  4. api ➞ GPUAdapter
  5. api ➞ GPUAdapter ➞ features
  6. api ➞ GPUAdapter ➞ isFallbackAdapter
  7. api ➞ GPUAdapter ➞ limits
  8. api ➞ GPUAdapter ➞ requestAdapterInfo
  9. api ➞ GPUAdapter ➞ requestDevice
  10. api ➞ GPUAdapterInfo
  11. api ➞ GPUAdapterInfo ➞ architecture
  12. api ➞ GPUAdapterInfo ➞ description
  13. api ➞ GPUAdapterInfo ➞ device
  14. api ➞ GPUAdapterInfo ➞ vendor
  15. api ➞ GPUBindGroup
  16. api ➞ GPUBindGroup ➞ label
  17. api ➞ GPUBindGroupLayout
  18. api ➞ GPUBindGroupLayout ➞ label
  19. api ➞ GPUBuffer
  20. api ➞ GPUBuffer ➞ destroy
  21. api ➞ GPUBuffer ➞ getMappedRange
  22. api ➞ GPUBuffer ➞ label
  23. api ➞ GPUBuffer ➞ mapAsync
  24. api ➞ GPUBuffer ➞ mapState
  25. api ➞ GPUBuffer ➞ size
  26. api ➞ GPUBuffer ➞ unmap
  27. api ➞ GPUBuffer ➞ usage
  28. api ➞ GPUCanvasContext
  29. api ➞ GPUCanvasContext ➞ canvas
  30. api ➞ GPUCanvasContext ➞ configure
  31. api ➞ GPUCanvasContext ➞ getCurrentTexture
  32. api ➞ GPUCanvasContext ➞ unconfigure
  33. api ➞ GPUCommandBuffer
  34. api ➞ GPUCommandBuffer ➞ label
  35. api ➞ GPUCommandEncoder
  36. api ➞ GPUCommandEncoder ➞ beginComputePass
  37. api ➞ GPUCommandEncoder ➞ beginRenderPass
  38. api ➞ GPUCommandEncoder ➞ clearBuffer
  39. api ➞ GPUCommandEncoder ➞ copyBufferToBuffer
  40. api ➞ GPUCommandEncoder ➞ copyBufferToTexture
  41. api ➞ GPUCommandEncoder ➞ copyTextureToBuffer
  42. api ➞ GPUCommandEncoder ➞ copyTextureToTexture
  43. api ➞ GPUCommandEncoder ➞ finish
  44. api ➞ GPUCommandEncoder ➞ insertDebugMarker
  45. api ➞ GPUCommandEncoder ➞ label
  46. api ➞ GPUCommandEncoder ➞ popDebugGroup
  47. api ➞ GPUCommandEncoder ➞ pushDebugGroup
  48. api ➞ GPUCommandEncoder ➞ resolveQuerySet
  49. api ➞ GPUCommandEncoder ➞ writeTimestamp
  50. api ➞ GPUCompilationInfo
  51. api ➞ GPUCompilationInfo ➞ messages
  52. api ➞ GPUCompilationMessage
  53. api ➞ GPUCompilationMessage ➞ length
  54. api ➞ GPUCompilationMessage ➞ lineNum
  55. api ➞ GPUCompilationMessage ➞ linePos
  56. api ➞ GPUCompilationMessage ➞ message
  57. api ➞ GPUCompilationMessage ➞ offset
  58. api ➞ GPUCompilationMessage ➞ type
  59. api ➞ GPUComputePassEncoder
  60. api ➞ GPUComputePassEncoder ➞ dispatchWorkgroups
  61. api ➞ GPUComputePassEncoder ➞ dispatchWorkgroupsIndirect
  62. api ➞ GPUComputePassEncoder ➞ end
  63. api ➞ GPUComputePassEncoder ➞ insertDebugMarker
  64. api ➞ GPUComputePassEncoder ➞ label
  65. api ➞ GPUComputePassEncoder ➞ popDebugGroup
  66. api ➞ GPUComputePassEncoder ➞ pushDebugGroup
  67. api ➞ GPUComputePassEncoder ➞ setBindGroup
  68. api ➞ GPUComputePassEncoder ➞ setPipeline
  69. api ➞ GPUComputePassEncoder ➞ writeTimestamp
  70. api ➞ GPUComputePipeline
  71. api ➞ GPUComputePipeline ➞ getBindGroupLayout
  72. api ➞ GPUComputePipeline ➞ label
  73. api ➞ GPUDevice
  74. api ➞ GPUDevice ➞ createBindGroup
  75. api ➞ GPUDevice ➞ createBindGroupLayout
  76. api ➞ GPUDevice ➞ createBuffer
  77. api ➞ GPUDevice ➞ createCommandEncoder
  78. api ➞ GPUDevice ➞ createComputePipeline
  79. api ➞ GPUDevice ➞ createComputePipelineAsync
  80. api ➞ GPUDevice ➞ createPipelineLayout
  81. api ➞ GPUDevice ➞ createQuerySet
  82. api ➞ GPUDevice ➞ createRenderBundleEncoder
  83. api ➞ GPUDevice ➞ createRenderPipeline
  84. api ➞ GPUDevice ➞ createRenderPipelineAsync
  85. api ➞ GPUDevice ➞ createSampler
  86. api ➞ GPUDevice ➞ createShaderModule
  87. api ➞ GPUDevice ➞ createTexture
  88. api ➞ GPUDevice ➞ destroy
  89. api ➞ GPUDevice ➞ features
  90. api ➞ GPUDevice ➞ importExternalTexture
  91. api ➞ GPUDevice ➞ label
  92. api ➞ GPUDevice ➞ limits
  93. api ➞ GPUDevice ➞ lost
  94. api ➞ GPUDevice ➞ popErrorScope
  95. api ➞ GPUDevice ➞ pushErrorScope
  96. api ➞ GPUDevice ➞ queue
  97. api ➞ GPUDevice ➞ uncapturederror_event
  98. api ➞ GPUDeviceLostInfo
  99. api ➞ GPUDeviceLostInfo ➞ message
  100. api ➞ GPUDeviceLostInfo ➞ reason
  101. api ➞ GPUError
  102. api ➞ GPUError ➞ message
  103. api ➞ GPUExternalTexture
  104. api ➞ GPUExternalTexture ➞ label
  105. api ➞ GPUInternalError ➞ GPUInternalError
  106. api ➞ GPUInternalError
  107. api ➞ GPUOutOfMemoryError ➞ GPUOutOfMemoryError
  108. api ➞ GPUOutOfMemoryError
  109. api ➞ GPUPipelineError ➞ GPUPipelineError
  110. api ➞ GPUPipelineError
  111. api ➞ GPUPipelineError ➞ reason
  112. api ➞ GPUPipelineLayout
  113. api ➞ GPUPipelineLayout ➞ label
  114. api ➞ GPUQuerySet
  115. api ➞ GPUQuerySet ➞ count
  116. api ➞ GPUQuerySet ➞ destroy
  117. api ➞ GPUQuerySet ➞ label
  118. api ➞ GPUQuerySet ➞ type
  119. api ➞ GPUQueue
  120. api ➞ GPUQueue ➞ copyExternalImageToTexture
  121. api ➞ GPUQueue ➞ label
  122. api ➞ GPUQueue ➞ onSubmittedWorkDone
  123. api ➞ GPUQueue ➞ submit
  124. api ➞ GPUQueue ➞ writeBuffer
  125. api ➞ GPUQueue ➞ writeTexture
  126. api ➞ GPURenderBundle
  127. api ➞ GPURenderBundle ➞ label
  128. api ➞ GPURenderBundleEncoder
  129. api ➞ GPURenderBundleEncoder ➞ draw
  130. api ➞ GPURenderBundleEncoder ➞ drawIndexed
  131. api ➞ GPURenderBundleEncoder ➞ drawIndexedIndirect
  132. api ➞ GPURenderBundleEncoder ➞ drawIndirect
  133. api ➞ GPURenderBundleEncoder ➞ finish
  134. api ➞ GPURenderBundleEncoder ➞ insertDebugMarker
  135. api ➞ GPURenderBundleEncoder ➞ label
  136. api ➞ GPURenderBundleEncoder ➞ popDebugGroup
  137. api ➞ GPURenderBundleEncoder ➞ pushDebugGroup
  138. api ➞ GPURenderBundleEncoder ➞ setBindGroup
  139. api ➞ GPURenderBundleEncoder ➞ setIndexBuffer
  140. api ➞ GPURenderBundleEncoder ➞ setPipeline
  141. api ➞ GPURenderBundleEncoder ➞ setVertexBuffer
  142. api ➞ GPURenderPassEncoder
  143. api ➞ GPURenderPassEncoder ➞ beginOcclusionQuery
  144. api ➞ GPURenderPassEncoder ➞ draw
  145. api ➞ GPURenderPassEncoder ➞ drawIndexed
  146. api ➞ GPURenderPassEncoder ➞ drawIndexedIndirect
  147. api ➞ GPURenderPassEncoder ➞ drawIndirect
  148. api ➞ GPURenderPassEncoder ➞ end
  149. api ➞ GPURenderPassEncoder ➞ endOcclusionQuery
  150. api ➞ GPURenderPassEncoder ➞ executeBundles
  151. api ➞ GPURenderPassEncoder ➞ insertDebugMarker
  152. api ➞ GPURenderPassEncoder ➞ label
  153. api ➞ GPURenderPassEncoder ➞ popDebugGroup
  154. api ➞ GPURenderPassEncoder ➞ pushDebugGroup
  155. api ➞ GPURenderPassEncoder ➞ setBindGroup
  156. api ➞ GPURenderPassEncoder ➞ setBlendConstant
  157. api ➞ GPURenderPassEncoder ➞ setIndexBuffer
  158. api ➞ GPURenderPassEncoder ➞ setPipeline
  159. api ➞ GPURenderPassEncoder ➞ setScissorRect
  160. api ➞ GPURenderPassEncoder ➞ setStencilReference
  161. api ➞ GPURenderPassEncoder ➞ setVertexBuffer
  162. api ➞ GPURenderPassEncoder ➞ setViewport
  163. api ➞ GPURenderPassEncoder ➞ writeTimestamp
  164. api ➞ GPURenderPipeline
  165. api ➞ GPURenderPipeline ➞ getBindGroupLayout
  166. api ➞ GPURenderPipeline ➞ label
  167. api ➞ GPUSampler
  168. api ➞ GPUSampler ➞ label
  169. api ➞ GPUShaderModule
  170. api ➞ GPUShaderModule ➞ getCompilationInfo
  171. api ➞ GPUShaderModule ➞ label
  172. api ➞ GPUSupportedFeatures
  173. api ➞ GPUSupportedLimits
  174. api ➞ GPUSupportedLimits ➞ maxBindGroups
  175. api ➞ GPUSupportedLimits ➞ maxBindingsPerBindGroup
  176. api ➞ GPUSupportedLimits ➞ maxBufferSize
  177. api ➞ GPUSupportedLimits ➞ maxColorAttachmentBytesPerSample
  178. api ➞ GPUSupportedLimits ➞ maxColorAttachments
  179. api ➞ GPUSupportedLimits ➞ maxComputeInvocationsPerWorkgroup
  180. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupSizeX
  181. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupSizeY
  182. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupSizeZ
  183. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupStorageSize
  184. api ➞ GPUSupportedLimits ➞ maxComputeWorkgroupsPerDimension
  185. api ➞ GPUSupportedLimits ➞ maxDynamicStorageBuffersPerPipelineLayout
  186. api ➞ GPUSupportedLimits ➞ maxDynamicUniformBuffersPerPipelineLayout
  187. api ➞ GPUSupportedLimits ➞ maxInterStageShaderComponents
  188. api ➞ GPUSupportedLimits ➞ maxInterStageShaderVariables
  189. api ➞ GPUSupportedLimits ➞ maxSampledTexturesPerShaderStage
  190. api ➞ GPUSupportedLimits ➞ maxSamplersPerShaderStage
  191. api ➞ GPUSupportedLimits ➞ maxStorageBufferBindingSize
  192. api ➞ GPUSupportedLimits ➞ maxStorageBuffersPerShaderStage
  193. api ➞ GPUSupportedLimits ➞ maxStorageTexturesPerShaderStage
  194. api ➞ GPUSupportedLimits ➞ maxTextureArrayLayers
  195. api ➞ GPUSupportedLimits ➞ maxTextureDimension1D
  196. api ➞ GPUSupportedLimits ➞ maxTextureDimension2D
  197. api ➞ GPUSupportedLimits ➞ maxTextureDimension3D
  198. api ➞ GPUSupportedLimits ➞ maxUniformBufferBindingSize
  199. api ➞ GPUSupportedLimits ➞ maxUniformBuffersPerShaderStage
  200. api ➞ GPUSupportedLimits ➞ maxVertexAttributes
  201. api ➞ GPUSupportedLimits ➞ maxVertexBufferArrayStride
  202. api ➞ GPUSupportedLimits ➞ maxVertexBuffers
  203. api ➞ GPUSupportedLimits ➞ minStorageBufferOffsetAlignment
  204. api ➞ GPUSupportedLimits ➞ minUniformBufferOffsetAlignment
  205. api ➞ GPUTexture
  206. api ➞ GPUTexture ➞ createView
  207. api ➞ GPUTexture ➞ depthOrArrayLayers
  208. api ➞ GPUTexture ➞ destroy
  209. api ➞ GPUTexture ➞ dimension
  210. api ➞ GPUTexture ➞ format
  211. api ➞ GPUTexture ➞ height
  212. api ➞ GPUTexture ➞ label
  213. api ➞ GPUTexture ➞ mipLevelCount
  214. api ➞ GPUTexture ➞ sampleCount
  215. api ➞ GPUTexture ➞ usage
  216. api ➞ GPUTexture ➞ width
  217. api ➞ GPUTextureView
  218. api ➞ GPUTextureView ➞ label
  219. api ➞ GPUUncapturedErrorEvent ➞ GPUUncapturedErrorEvent
  220. api ➞ GPUUncapturedErrorEvent
  221. api ➞ GPUUncapturedErrorEvent ➞ error
  222. api ➞ GPUValidationError ➞ GPUValidationError
  223. api ➞ GPUValidationError
  224. api ➞ HTMLCanvasElement ➞ getContext ➞ webgpu_context
  225. api ➞ Navigator ➞ gpu
  226. api ➞ ReadableStream ➞ @@asyncIterator
  227. api ➞ ReadableStream ➞ values
  228. api ➞ WorkerNavigator ➞ gpu

CSS

  1. css ➞ properties ➞ overflow-x ➞ overlay
  2. css ➞ properties ➞ overflow-y ➞ overlay
  3. css ➞ types ➞ image ➞ gradient ➞ conic-gradient ➞ hue_interpolation_method
  4. css ➞ types ➞ image ➞ gradient ➞ conic-gradient ➞ interpolation_color_space
  5. css ➞ types ➞ image ➞ gradient ➞ linear-gradient ➞ hue_interpolation_method
  6. css ➞ types ➞ image ➞ gradient ➞ linear-gradient ➞ interpolation_color_space
  7. css ➞ types ➞ image ➞ gradient ➞ radial-gradient ➞ hue_interpolation_method
  8. css ➞ types ➞ image ➞ gradient ➞ radial-gradient ➞ interpolation_color_space
  9. css ➞ types ➞ image ➞ gradient ➞ repeating-conic-gradient ➞ hue_interpolation_method
  10. css ➞ types ➞ image ➞ gradient ➞ repeating-conic-gradient ➞ interpolation_color_space
  11. css ➞ types ➞ image ➞ gradient ➞ repeating-linear-gradient ➞ hue_interpolation_method
  12. css ➞ types ➞ image ➞ gradient ➞ repeating-linear-gradient ➞ interpolation_color_space
  13. css ➞ types ➞ image ➞ gradient ➞ repeating-radial-gradient ➞ hue_interpolation_method
  14. css ➞ types ➞ image ➞ gradient ➞ repeating-radial-gradient ➞ interpolation_color_space

JAVASCRIPT

  1. javascript ➞ builtins ➞ Array ➞ fromAsync
  2. javascript ➞ builtins ➞ FinalizationRegistry ➞ symbol_as_target
  3. javascript ➞ builtins ➞ WeakMap ➞ symbol_as_keys
  4. javascript ➞ builtins ➞ WeakRef ➞ symbol_as_target
  5. javascript ➞ builtins ➞ WeakSet ➞ symbol_as_keys

WEBEXTENSIONS

  1. webextensions ➞ api ➞ action
  2. webextensions ➞ api ➞ scripting
  3. webextensions ➞ api ➞ scripting ➞ executeScript ➞ InjectionResult
  4. webextensions ➞ api ➞ scripting ➞ executeScript ➞ InjectionResult ➞ error
  5. webextensions ➞ api ➞ scripting ➞ executeScript ➞ InjectionResult ➞ frameId
  6. webextensions ➞ api ➞ scripting ➞ executeScript ➞ InjectionResult ➞ result

Removed entries (4)

The entries in this section were found in BCD on Friday, 31 March 2023, but are no longer present. The reasons for this removal can be anything from an experimental proposal that was never supported to a property or value being renamed to something else.

API

  1. api ➞ HTMLShadowElement
  2. api ➞ HTMLShadowElement ➞ getDistributedNodes
  3. api ➞ ReadableStream ➞ async_iterable

HTML

  1. html ➞ elements ➞ shadow