Skip to content
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
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8656,7 +8656,7 @@ interface DOMImplementation {
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType)
*/
createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType;
createDocumentType(name: string, publicId: string, systemId: string): DocumentType;
/**
* The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document.
*
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8649,7 +8649,7 @@ interface DOMImplementation {
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType)
*/
createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType;
createDocumentType(name: string, publicId: string, systemId: string): DocumentType;
/**
* The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document.
*
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8656,7 +8656,7 @@ interface DOMImplementation {
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType)
*/
createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType;
createDocumentType(name: string, publicId: string, systemId: string): DocumentType;
/**
* The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document.
*
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 406 files
3 changes: 2 additions & 1 deletion inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"member": {
// (same as *Inputs)
"appidExclude": null, // No implementation as of 2025-05
"hmacGetSecret": null // No implementation as of 2025-05
"hmacGetSecret": null, // No implementation as of 2025-05
"payment": null // Blink only as of 2025-06
}
}
},
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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