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 Nov 24, 2024
1 parent fece24f commit 1df852a
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 5 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.1 (2024-11-24)

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

## v4.0.0 (2024-11-22)

- Breaking: Drop support for TypeDoc before 0.26.0
Expand Down
40 changes: 38 additions & 2 deletions data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,12 @@
"prefix": "https://developer.mozilla.org/docs/Web/API/CSSNamespaceRule/prefix"
}
},
"CSSNestedDeclarations": {
"url": "https://developer.mozilla.org/docs/Web/API/CSSNestedDeclarations",
"inst": {
"style": "https://developer.mozilla.org/docs/Web/API/CSSNestedDeclarations/style"
}
},
"CSSNumericArray": {
"url": "https://developer.mozilla.org/docs/Web/API/CSSNumericArray",
"inst": {
Expand Down Expand Up @@ -1819,18 +1825,33 @@
"inst": {
"DOMQuad": "https://developer.mozilla.org/docs/Web/API/DOMQuad/DOMQuad",
"getBounds": "https://developer.mozilla.org/docs/Web/API/DOMQuad/getBounds",
"p1": "https://developer.mozilla.org/docs/Web/API/DOMQuad/p1",
"p2": "https://developer.mozilla.org/docs/Web/API/DOMQuad/p2",
"p3": "https://developer.mozilla.org/docs/Web/API/DOMQuad/p3",
"p4": "https://developer.mozilla.org/docs/Web/API/DOMQuad/p4",
"toJSON": "https://developer.mozilla.org/docs/Web/API/DOMQuad/toJSON"
}
},
"DOMRect": {
"url": "https://developer.mozilla.org/docs/Web/API/DOMRect",
"inst": {
"DOMRect": "https://developer.mozilla.org/docs/Web/API/DOMRect/DOMRect"
"DOMRect": "https://developer.mozilla.org/docs/Web/API/DOMRect/DOMRect",
"height": "https://developer.mozilla.org/docs/Web/API/DOMRect/height",
"width": "https://developer.mozilla.org/docs/Web/API/DOMRect/width",
"x": "https://developer.mozilla.org/docs/Web/API/DOMRect/x",
"y": "https://developer.mozilla.org/docs/Web/API/DOMRect/y"
},
"stat": {
"fromRect": "https://developer.mozilla.org/docs/Web/API/DOMRect/fromRect_static"
}
},
"DOMRectList": {
"url": "https://developer.mozilla.org/docs/Web/API/DOMRectList",
"inst": {
"item": "https://developer.mozilla.org/docs/Web/API/DOMRectList/item",
"length": "https://developer.mozilla.org/docs/Web/API/DOMRectList/length"
}
},
"DOMRectReadOnly": {
"url": "https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly",
"inst": {
Expand All @@ -1839,6 +1860,7 @@
"height": "https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/height",
"left": "https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/left",
"right": "https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/right",
"toJSON": "https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/toJSON",
"top": "https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/top",
"width": "https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/width",
"x": "https://developer.mozilla.org/docs/Web/API/DOMRectReadOnly/x",
Expand Down Expand Up @@ -1938,6 +1960,14 @@
"delayTime": "https://developer.mozilla.org/docs/Web/API/DelayNode/delayTime"
}
},
"DelegatedInkTrailPresenter": {
"url": "https://developer.mozilla.org/docs/Web/API/DelegatedInkTrailPresenter",
"inst": {
"expectedImprovement": "https://developer.mozilla.org/docs/Web/API/DelegatedInkTrailPresenter/expectedImprovement",
"presentationArea": "https://developer.mozilla.org/docs/Web/API/DelegatedInkTrailPresenter/presentationArea",
"updateInkTrailStartPoint": "https://developer.mozilla.org/docs/Web/API/DelegatedInkTrailPresenter/updateInkTrailStartPoint"
}
},
"DeprecationReportBody": {
"url": "https://developer.mozilla.org/docs/Web/API/DeprecationReportBody",
"inst": {
Expand Down Expand Up @@ -3364,6 +3394,7 @@
"HTMLAreaElement": {
"url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement",
"inst": {
"alt": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt",
"download": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download",
"hash": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/hash",
"host": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/host",
Expand Down Expand Up @@ -3500,7 +3531,12 @@
"focus": "https://developer.mozilla.org/docs/Web/API/HTMLElement/focus",
"hidden": "https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden",
"hidePopover": "https://developer.mozilla.org/docs/Web/API/HTMLElement/hidePopover",
"inert": "https://developer.mozilla.org/docs/Web/API/HTMLElement/inert",
"inert": {
"url": "https://developer.mozilla.org/docs/Web/API/HTMLElement/inert",
"inst": {
"ignores_find_in_page": "https://developer.mozilla.org/docs/Web/API/HTMLElement/inert"
}
},
"innerText": "https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText",
"inputMode": "https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode",
"isContentEditable": "https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable",
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.0",
"version": "4.0.1",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 1df852a

Please sign in to comment.