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 Sep 1, 2024
1 parent 407511b commit a960dfc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.2.11 (2024-09-01)

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

## v3.2.10 (2024-08-25)

- Updated MDN API index with @mdn/browser-compat-data version 5.5.48
Expand Down
5 changes: 5 additions & 0 deletions data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@
"cssRules": "https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/cssRules",
"deleteRule": "https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/deleteRule",
"findRule": "https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/findRule",
"length": "https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/length",
"name": "https://developer.mozilla.org/docs/Web/API/CSSKeyframesRule/name"
}
},
Expand Down Expand Up @@ -3598,6 +3599,9 @@
"stepDown": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/stepDown",
"stepUp": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/stepUp",
"type": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/type",
"value": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/value",
"valueAsDate": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/valueAsDate",
"valueAsNumber": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/valueAsNumber",
"webkitEntries": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/webkitEntries",
"webkitdirectory": "https://developer.mozilla.org/docs/Web/API/HTMLInputElement/webkitdirectory"
}
Expand Down Expand Up @@ -4219,6 +4223,7 @@
"ImageBitmapRenderingContext": {
"url": "https://developer.mozilla.org/docs/Web/API/ImageBitmapRenderingContext",
"inst": {
"canvas": "https://developer.mozilla.org/docs/Web/API/ImageBitmapRenderingContext/canvas",
"transferFromImageBitmap": "https://developer.mozilla.org/docs/Web/API/ImageBitmapRenderingContext/transferFromImageBitmap"
}
},
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.2.10",
"version": "3.2.11",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit a960dfc

Please sign in to comment.