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 Apr 28, 2024
1 parent 07b232c commit 2c4ca41
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Supports TypeDoc 0.23.x, 0.24.x and 0.25.x

## Changelog

### v3.1.23 (2024-04-28)

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

### v3.1.22 (2024-04-21)

- Updated MDN API index with @mdn/browser-compat-data version 5.5.22
Expand Down
20 changes: 18 additions & 2 deletions data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,14 @@
"length": "https://developer.mozilla.org/docs/Web/API/CSSPerspective/length"
}
},
"CSSPositionTryDescriptors": "https://developer.mozilla.org/docs/Web/API/CSSPositionTryDescriptors",
"CSSPositionTryRule": {
"url": "https://developer.mozilla.org/docs/Web/API/CSSPositionTryRule",
"inst": {
"name": "https://developer.mozilla.org/docs/Web/API/CSSPositionTryRule/name",
"style": "https://developer.mozilla.org/docs/Web/API/CSSPositionTryRule/style"
}
},
"CSSPositionValue": {
"url": "https://developer.mozilla.org/docs/Web/API/CSSPositionValue",
"inst": {
Expand Down Expand Up @@ -3346,6 +3354,7 @@
"inst": {
"accessKey": "https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey",
"accessKeyLabel": "https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel",
"anchorElement": "https://developer.mozilla.org/docs/Web/API/HTMLElement/anchorElement",
"attachInternals": "https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals",
"autofocus": "https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus",
"blur": "https://developer.mozilla.org/docs/Web/API/HTMLElement/blur",
Expand Down Expand Up @@ -3497,6 +3506,7 @@
"marginWidth": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/marginWidth",
"name": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/name",
"referrerPolicy": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/referrerPolicy",
"sandbox": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/sandbox",
"scrolling": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/scrolling",
"src": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/src",
"srcdoc": "https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc",
Expand Down Expand Up @@ -3606,7 +3616,8 @@
"rel": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/rel",
"relList": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/relList",
"sheet": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/sheet",
"sizes": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/sizes"
"sizes": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/sizes",
"type": "https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/type"
}
},
"HTMLMapElement": {
Expand Down Expand Up @@ -3837,7 +3848,11 @@
"inst": {
"attributionSrc": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/attributionSrc",
"crossOrigin": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/crossOrigin",
"referrerPolicy": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/referrerPolicy"
"fetchPriority": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/fetchPriority",
"noModule": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/noModule",
"referrerPolicy": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/referrerPolicy",
"text": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/text",
"type": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/type"
},
"stat": {
"supports": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/supports_static"
Expand Down Expand Up @@ -5943,6 +5958,7 @@
"invokerType": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/invokerType",
"pauseDuration": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/pauseDuration",
"sourceCharPosition": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/sourceCharPosition",
"sourceFunctionName": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/sourceFunctionName",
"sourceURL": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/sourceURL",
"toJSON": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/toJSON",
"window": "https://developer.mozilla.org/docs/Web/API/PerformanceScriptTiming/window",
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.1.22",
"version": "3.1.23",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 2c4ca41

Please sign in to comment.