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 17, 2024
1 parent 024a80a commit a5515ee
Show file tree
Hide file tree
Showing 4 changed files with 22 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

## v3.3.8 (2024-11-17)

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

## v3.3.7 (2024-11-10)

- Updated MDN API index with @mdn/browser-compat-data version 5.6.14
Expand Down
17 changes: 15 additions & 2 deletions data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,14 @@
"fromPoint": "https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/fromPoint_static"
}
},
"DOMQuad": "https://developer.mozilla.org/docs/Web/API/DOMQuad",
"DOMQuad": {
"url": "https://developer.mozilla.org/docs/Web/API/DOMQuad",
"inst": {
"DOMQuad": "https://developer.mozilla.org/docs/Web/API/DOMQuad/DOMQuad",
"getBounds": "https://developer.mozilla.org/docs/Web/API/DOMQuad/getBounds",
"toJSON": "https://developer.mozilla.org/docs/Web/API/DOMQuad/toJSON"
}
},
"DOMRect": {
"url": "https://developer.mozilla.org/docs/Web/API/DOMRect",
"inst": {
Expand Down Expand Up @@ -3357,6 +3364,7 @@
"HTMLAreaElement": {
"url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement",
"inst": {
"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",
"hostname": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/hostname",
Expand Down Expand Up @@ -3714,7 +3722,12 @@
"willValidate": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/willValidate"
}
},
"HTMLLIElement": "https://developer.mozilla.org/docs/Web/API/HTMLLIElement",
"HTMLLIElement": {
"url": "https://developer.mozilla.org/docs/Web/API/HTMLLIElement",
"inst": {
"value": "https://developer.mozilla.org/docs/Web/API/HTMLLIElement/value"
}
},
"HTMLLabelElement": {
"url": "https://developer.mozilla.org/docs/Web/API/HTMLLabelElement",
"inst": {
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": "3.3.7",
"version": "3.3.8",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit a5515ee

Please sign in to comment.