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 10, 2024
1 parent e6dd59f commit 024a80a
Show file tree
Hide file tree
Showing 4 changed files with 16 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.7 (2024-11-10)

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

## v3.3.6 (2024-11-03)

- Updated MDN API index with @mdn/browser-compat-data version 5.6.12
Expand Down
10 changes: 9 additions & 1 deletion data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3396,6 +3396,7 @@
"inst": {
"checkValidity": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/checkValidity",
"command": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/command",
"commandForElement": "https://developer.mozilla.org/docs/Web/API/HTMLButtonElement/commandForElement",
"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 @@ -3478,6 +3479,7 @@
"attachInternals": "https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals",
"attributeStyleMap": "https://developer.mozilla.org/docs/Web/API/HTMLElement/attributeStyleMap",
"autocapitalize": "https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize",
"autocorrect": "https://developer.mozilla.org/docs/Web/API/HTMLElement/autocorrect",
"autofocus": "https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus",
"blur": "https://developer.mozilla.org/docs/Web/API/HTMLElement/blur",
"click": "https://developer.mozilla.org/docs/Web/API/HTMLElement/click",
Expand Down Expand Up @@ -10815,7 +10817,13 @@
"Uint8Array": {
"url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array",
"inst": {
"Uint8Array": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/Uint8Array"
"Uint8Array": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/Uint8Array",
"fromBase64": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromBase64",
"fromHex": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/fromHex",
"setFromBase64": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/setFromBase64",
"setFromHex": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/setFromHex",
"toBase64": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toBase64",
"toHex": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/toHex"
}
},
"Uint8ClampedArray": {
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.6",
"version": "3.3.7",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 024a80a

Please sign in to comment.