Skip to content

Update core dependencies #1680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10740,6 +10740,7 @@ interface HTMLIFrameElement extends HTMLElement {
*/
align: string;
allow: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/allowFullscreen) */
allowFullscreen: boolean;
/**
* Retrieves the document object of the page or frame.
Expand All @@ -10766,6 +10767,7 @@ interface HTMLIFrameElement extends HTMLElement {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/height)
*/
height: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/loading) */
loading: string;
/**
* Sets or retrieves a URI to a long description of the object.
Expand Down Expand Up @@ -11688,16 +11690,31 @@ declare var HTMLMenuElement: {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMetaElement)
*/
interface HTMLMetaElement extends HTMLElement {
/** Gets or sets meta-information to associate with httpEquiv or name. */
/**
* Gets or sets meta-information to associate with httpEquiv or name.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMetaElement/content)
*/
content: string;
/** Gets or sets information used to bind the value of a content attribute of a meta element to an HTTP response header. */
/**
* Gets or sets information used to bind the value of a content attribute of a meta element to an HTTP response header.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMetaElement/httpEquiv)
*/
httpEquiv: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMetaElement/media) */
media: string;
/** Sets or retrieves the value specified in the content attribute of the meta object. */
/**
* Sets or retrieves the value specified in the content attribute of the meta object.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMetaElement/name)
*/
name: string;
/**
* Sets or retrieves a scheme to be used in interpreting the value of a property specified for the object.
* @deprecated
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMetaElement/scheme)
*/
scheme: string;
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMetaElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
Expand Down
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.