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 Jan 28, 2024
1 parent f0fb571 commit f4266fe
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 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.14 (2024-01-28)

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

### v3.1.13 (2024-01-21)

- Updated MDN API index with @mdn/browser-compat-data version 5.5.7
Expand Down
23 changes: 22 additions & 1 deletion data/web-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3184,6 +3184,7 @@
"origin": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/origin",
"password": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/password",
"pathname": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/pathname",
"ping": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/ping",
"port": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/port",
"protocol": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/protocol",
"referrerPolicy": "https://developer.mozilla.org/docs/Web/API/HTMLAnchorElement/referrerPolicy",
Expand Down Expand Up @@ -3213,6 +3214,7 @@
"origin": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/origin",
"password": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/password",
"pathname": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/pathname",
"ping": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/ping",
"port": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/port",
"protocol": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/protocol",
"referrerPolicy": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/referrerPolicy",
Expand Down Expand Up @@ -3380,7 +3382,13 @@
"virtualKeyboardPolicy": "https://developer.mozilla.org/docs/Web/API/HTMLElement/virtualKeyboardPolicy"
}
},
"HTMLEmbedElement": "https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement",
"HTMLEmbedElement": {
"url": "https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement",
"inst": {
"height": "https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/height",
"width": "https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/width"
}
},
"HTMLFencedFrameElement": {
"url": "https://developer.mozilla.org/docs/Web/API/HTMLFencedFrameElement",
"inst": {
Expand Down Expand Up @@ -4246,12 +4254,14 @@
"IdentityCredential": {
"url": "https://developer.mozilla.org/docs/Web/API/IdentityCredential",
"inst": {
"isAutoSelected": "https://developer.mozilla.org/docs/Web/API/IdentityCredential/isAutoSelected",
"token": "https://developer.mozilla.org/docs/Web/API/IdentityCredential/token"
}
},
"IdentityProvider": {
"url": "https://developer.mozilla.org/docs/Web/API/IdentityProvider",
"stat": {
"close": "https://developer.mozilla.org/docs/Web/API/IdentityProvider/close_static",
"getUserInfo": "https://developer.mozilla.org/docs/Web/API/IdentityProvider/getUserInfo_static"
}
},
Expand Down Expand Up @@ -5259,6 +5269,7 @@
"language": "https://developer.mozilla.org/docs/Web/API/Navigator/language",
"languages": "https://developer.mozilla.org/docs/Web/API/Navigator/languages",
"locks": "https://developer.mozilla.org/docs/Web/API/Navigator/locks",
"login": "https://developer.mozilla.org/docs/Web/API/Navigator/login",
"maxTouchPoints": "https://developer.mozilla.org/docs/Web/API/Navigator/maxTouchPoints",
"mediaCapabilities": "https://developer.mozilla.org/docs/Web/API/Navigator/mediaCapabilities",
"mediaDevices": "https://developer.mozilla.org/docs/Web/API/Navigator/mediaDevices",
Expand Down Expand Up @@ -5299,6 +5310,12 @@
"xr": "https://developer.mozilla.org/docs/Web/API/Navigator/xr"
}
},
"NavigatorLogin": {
"url": "https://developer.mozilla.org/docs/Web/API/NavigatorLogin",
"inst": {
"setStatus": "https://developer.mozilla.org/docs/Web/API/NavigatorLogin/setStatus"
}
},
"NavigatorUAData": {
"url": "https://developer.mozilla.org/docs/Web/API/NavigatorUAData",
"inst": {
Expand Down Expand Up @@ -7154,6 +7171,7 @@
"url": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope",
"inst": {
"clients": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/clients",
"cookieStore": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/cookieStore",
"registration": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/registration",
"serviceWorker": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/serviceWorker",
"skipWaiting": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerGlobalScope/skipWaiting"
Expand All @@ -7164,6 +7182,7 @@
"inst": {
"active": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerRegistration/active",
"backgroundFetch": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerRegistration/backgroundFetch",
"cookies": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerRegistration/cookies",
"getNotifications": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerRegistration/getNotifications",
"index": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerRegistration/index",
"installing": "https://developer.mozilla.org/docs/Web/API/ServiceWorkerRegistration/installing",
Expand All @@ -7185,6 +7204,7 @@
"inst": {
"activeElement": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/activeElement",
"adoptedStyleSheets": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/adoptedStyleSheets",
"clonable": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/clonable",
"delegatesFocus": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/delegatesFocus",
"elementFromPoint": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/elementFromPoint",
"elementsFromPoint": "https://developer.mozilla.org/docs/Web/API/ShadowRoot/elementsFromPoint",
Expand Down Expand Up @@ -8883,6 +8903,7 @@
"close": "https://developer.mozilla.org/docs/Web/API/Window/close",
"closed": "https://developer.mozilla.org/docs/Web/API/Window/closed",
"confirm": "https://developer.mozilla.org/docs/Web/API/Window/confirm",
"cookieStore": "https://developer.mozilla.org/docs/Web/API/Window/cookieStore",
"credentialless": "https://developer.mozilla.org/docs/Web/API/Window/credentialless",
"customElements": "https://developer.mozilla.org/docs/Web/API/Window/customElements",
"devicePixelRatio": "https://developer.mozilla.org/docs/Web/API/Window/devicePixelRatio",
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.13",
"version": "3.1.14",
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit f4266fe

Please sign in to comment.