Skip to content

Commit

Permalink
[github-actions] Update Web API Index
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 2, 2025
1 parent 9c3c6ab commit c9c1087
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.0.11 (2025-02-02)

- Updated MDN API index with @mdn/browser-compat-data version 5.6.35

## v4.0.10 (2025-01-26)

- Updated MDN API index with @mdn/browser-compat-data version 5.6.33
Expand Down
157 changes: 139 additions & 18 deletions data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,10 @@
"m44": "https://developer.mozilla.org/docs/Web/API/DOMMatrix#instance_properties",
"multiplySelf": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/multiplySelf",
"preMultiplySelf": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/preMultiplySelf",
"rotateAxisAngleSelf": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/rotateAxisAngleSelf",
"rotateFromVectorSelf": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/rotateFromVectorSelf",
"rotateSelf": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/rotateSelf",
"scale3dSelf": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/scale3dSelf",
"setMatrixValue": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/setMatrixValue",
"skewXSelf": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/skewXSelf",
"skewYSelf": "https://developer.mozilla.org/docs/Web/API/DOMMatrix/skewYSelf",
Expand Down Expand Up @@ -1796,7 +1799,13 @@
"m43": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties",
"m44": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties",
"multiply": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/multiply",
"rotate": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/rotate",
"rotateAxisAngle": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/rotateAxisAngle",
"rotateFromVector": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/rotateFromVector",
"scale": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/scale",
"scale3d": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/scale3d",
"skewX": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/skewX",
"skewY": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/skewY",
"toFloat32Array": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat32Array",
"toFloat64Array": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat64Array",
"toJSON": "https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toJSON",
Expand Down Expand Up @@ -7082,12 +7091,7 @@
"Request": {
"url": "https://developer.mozilla.org/docs/Web/API/Request",
"inst": {
"Request": {
"url": "https://developer.mozilla.org/docs/Web/API/Request/Request",
"inst": {
"init_keepalive_parameter": "https://developer.mozilla.org/docs/Web/API/Request/keepalive"
}
},
"Request": "https://developer.mozilla.org/docs/Web/API/Request/Request",
"arrayBuffer": "https://developer.mozilla.org/docs/Web/API/Request/arrayBuffer",
"blob": "https://developer.mozilla.org/docs/Web/API/Request/blob",
"body": "https://developer.mozilla.org/docs/Web/API/Request/body",
Expand Down Expand Up @@ -7331,19 +7335,80 @@
"viewportElement": "https://developer.mozilla.org/docs/Web/API/SVGElement/viewportElement"
}
},
"SVGEllipseElement": "https://developer.mozilla.org/docs/Web/API/SVGEllipseElement",
"SVGFEBlendElement": "https://developer.mozilla.org/docs/Web/API/SVGFEBlendElement",
"SVGEllipseElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGEllipseElement",
"inst": {
"cx": "https://developer.mozilla.org/docs/Web/API/SVGEllipseElement/cx",
"cy": "https://developer.mozilla.org/docs/Web/API/SVGEllipseElement/cy",
"rx": "https://developer.mozilla.org/docs/Web/API/SVGEllipseElement/rx",
"ry": "https://developer.mozilla.org/docs/Web/API/SVGEllipseElement/ry"
}
},
"SVGFEBlendElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEBlendElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/SVGFEBlendElement/height",
"result": "https://developer.mozilla.org/docs/Web/API/SVGFEBlendElement/result",
"width": "https://developer.mozilla.org/docs/Web/API/SVGFEBlendElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFEBlendElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFEBlendElement/y"
}
},
"SVGFEColorMatrixElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/height",
"in1": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/in1",
"result": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/result",
"type": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/type",
"values": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/values"
"values": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/values",
"width": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFEColorMatrixElement/y"
}
},
"SVGFEComponentTransferElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEComponentTransferElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/SVGFEComponentTransferElement/height",
"result": "https://developer.mozilla.org/docs/Web/API/SVGFEComponentTransferElement/result",
"width": "https://developer.mozilla.org/docs/Web/API/SVGFEComponentTransferElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFEComponentTransferElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFEComponentTransferElement/y"
}
},
"SVGFECompositeElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFECompositeElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/SVGFECompositeElement/height",
"result": "https://developer.mozilla.org/docs/Web/API/SVGFECompositeElement/result",
"width": "https://developer.mozilla.org/docs/Web/API/SVGFECompositeElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFECompositeElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFECompositeElement/y"
}
},
"SVGFEConvolveMatrixElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement",
"inst": {
"bias": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/bias",
"divisor": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/divisor",
"edgeMode": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/edgeMode",
"height": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/height",
"in1": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/in1",
"kernelMatrix": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/kernelMatrix",
"kernelUnitLengthX": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/kernelUnitLengthX",
"kernelUnitLengthY": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/kernelUnitLengthY",
"orderX": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/orderX",
"orderY": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/orderY",
"preserveAlpha": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/preserveAlpha",
"result": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/result",
"targetX": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/targetX",
"targetY": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/targetY",
"width": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement/y"
}
},
"SVGFEComponentTransferElement": "https://developer.mozilla.org/docs/Web/API/SVGFEComponentTransferElement",
"SVGFECompositeElement": "https://developer.mozilla.org/docs/Web/API/SVGFECompositeElement",
"SVGFEConvolveMatrixElement": "https://developer.mozilla.org/docs/Web/API/SVGFEConvolveMatrixElement",
"SVGFEDiffuseLightingElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEDiffuseLightingElement",
"inst": {
Expand All @@ -7359,7 +7424,21 @@
"y": "https://developer.mozilla.org/docs/Web/API/SVGFEDiffuseLightingElement/y"
}
},
"SVGFEDisplacementMapElement": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement",
"SVGFEDisplacementMapElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/height",
"in1": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/in1",
"in2": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/in2",
"result": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/result",
"scale": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/scale",
"width": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/x",
"xChannelSelector": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/xChannelSelector",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/y",
"yChannelSelector": "https://developer.mozilla.org/docs/Web/API/SVGFEDisplacementMapElement/yChannelSelector"
}
},
"SVGFEDistantLightElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEDistantLightElement",
"inst": {
Expand Down Expand Up @@ -7435,13 +7514,25 @@
"SVGFEMorphologyElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/height",
"in1": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/in1",
"operator": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/operator",
"radiusX": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/radiusX",
"radiusY": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/radiusY"
"radiusY": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/radiusY",
"result": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/result",
"width": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFEMorphologyElement/y"
}
},
"SVGFEOffsetElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEOffsetElement",
"inst": {
"dx": "https://developer.mozilla.org/docs/Web/API/SVGFEOffsetElement/dx",
"dy": "https://developer.mozilla.org/docs/Web/API/SVGFEOffsetElement/dy",
"in1": "https://developer.mozilla.org/docs/Web/API/SVGFEOffsetElement/in1"
}
},
"SVGFEOffsetElement": "https://developer.mozilla.org/docs/Web/API/SVGFEOffsetElement",
"SVGFEPointLightElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFEPointLightElement",
"inst": {
Expand All @@ -7467,13 +7558,32 @@
"SVGFESpotLightElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement",
"inst": {
"limitingConeAngle": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/limitingConeAngle",
"pointsAtX": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/pointsAtX",
"pointsAtY": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/pointsAtY",
"pointsAtZ": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/pointsAtZ",
"specularExponent": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/specularExponent",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/y",
"z": "https://developer.mozilla.org/docs/Web/API/SVGFESpotLightElement/z"
}
},
"SVGFETileElement": "https://developer.mozilla.org/docs/Web/API/SVGFETileElement",
"SVGFETurbulenceElement": "https://developer.mozilla.org/docs/Web/API/SVGFETurbulenceElement",
"SVGFETileElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFETileElement",
"inst": {
"in1": "https://developer.mozilla.org/docs/Web/API/SVGFETileElement/in1"
}
},
"SVGFETurbulenceElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFETurbulenceElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/SVGFETurbulenceElement/height",
"result": "https://developer.mozilla.org/docs/Web/API/SVGFETurbulenceElement/result",
"width": "https://developer.mozilla.org/docs/Web/API/SVGFETurbulenceElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGFETurbulenceElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGFETurbulenceElement/y"
}
},
"SVGFilterElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGFilterElement",
"inst": {
Expand Down Expand Up @@ -7765,7 +7875,16 @@
}
},
"SVGUnitTypes": "https://developer.mozilla.org/docs/Web/API/SVGUnitTypes",
"SVGUseElement": "https://developer.mozilla.org/docs/Web/API/SVGUseElement",
"SVGUseElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGUseElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/height",
"href": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/href",
"width": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/width",
"x": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/x",
"y": "https://developer.mozilla.org/docs/Web/API/SVGUseElement/y"
}
},
"SVGVKernElement": "https://developer.mozilla.org/docs/Web/API/SVGVKernElement",
"SVGViewElement": {
"url": "https://developer.mozilla.org/docs/Web/API/SVGViewElement",
Expand Down Expand Up @@ -7995,6 +8114,8 @@
"adoptedStyleSheets": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/adoptedStyleSheets",
"clonable": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/clonable",
"delegatesFocus": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/delegatesFocus",
"elementFromPoint": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/elementFromPoint",
"elementsFromPoint": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/elementsFromPoint",
"fullscreenElement": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/fullscreenElement",
"getAnimations": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/getAnimations",
"getHTML": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/getHTML",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-mdn-links",
"version": "4.0.10",
"version": "4.0.11",
"main": "dist/index.js",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit c9c1087

Please sign in to comment.