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 Oct 27, 2024
1 parent 927d077 commit 3a7f025
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 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.5 (2024-10-27)

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

## v3.3.4 (2024-10-20)

- Updated MDN API index with @mdn/browser-compat-data version 5.6.8
Expand Down
17 changes: 16 additions & 1 deletion data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,14 @@
"requestClose": "https://developer.mozilla.org/docs/Web/API/CloseWatcher/requestClose"
}
},
"CommandEvent": {
"url": "https://developer.mozilla.org/docs/Web/API/CommandEvent",
"inst": {
"CommandEvent": "https://developer.mozilla.org/docs/Web/API/CommandEvent/CommandEvent",
"command": "https://developer.mozilla.org/docs/Web/API/CommandEvent/command",
"source": "https://developer.mozilla.org/docs/Web/API/CommandEvent/source"
}
},
"Comment": {
"url": "https://developer.mozilla.org/docs/Web/API/Comment",
"inst": {
Expand Down Expand Up @@ -3386,6 +3394,7 @@
"url": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement",
"inst": {
"checkValidity": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/checkValidity",
"command": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/command",
"disabled": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/disabled",
"form": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/form",
"formAction": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/formAction",
Expand Down Expand Up @@ -3925,6 +3934,7 @@
"url": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement",
"inst": {
"add": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/add",
"autocomplete": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/autocomplete",
"checkValidity": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/checkValidity",
"disabled": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/disabled",
"form": "https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/form",
Expand Down Expand Up @@ -6808,7 +6818,12 @@
"Request": {
"url": "https://developer.mozilla.org/docs/Web/API/Request",
"inst": {
"Request": "https://developer.mozilla.org/docs/Web/API/Request/Request",
"Request": {
"url": "https://developer.mozilla.org/docs/Web/API/Request/Request",
"inst": {
"init_keepalive_parameter": "https://developer.mozilla.org/docs/Web/API/Request/keepalive"
}
},
"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
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.4",
"version": "3.3.5",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 3a7f025

Please sign in to comment.