Skip to content

Commit 41bc085

Browse files
authored
Update to idl@3.65.0 (#2045)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent c04927c commit 41bc085

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8656,7 +8656,7 @@ interface DOMImplementation {
86568656
*
86578657
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType)
86588658
*/
8659-
createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType;
8659+
createDocumentType(name: string, publicId: string, systemId: string): DocumentType;
86608660
/**
86618661
* The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document.
86628662
*

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8649,7 +8649,7 @@ interface DOMImplementation {
86498649
*
86508650
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType)
86518651
*/
8652-
createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType;
8652+
createDocumentType(name: string, publicId: string, systemId: string): DocumentType;
86538653
/**
86548654
* The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document.
86558655
*

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8656,7 +8656,7 @@ interface DOMImplementation {
86568656
*
86578657
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocumentType)
86588658
*/
8659-
createDocumentType(qualifiedName: string, publicId: string, systemId: string): DocumentType;
8659+
createDocumentType(name: string, publicId: string, systemId: string): DocumentType;
86608660
/**
86618661
* The **`DOMImplementation.createHTMLDocument()`** method creates a new HTML Document.
86628662
*

inputfiles/mdn

Submodule mdn updated 406 files

inputfiles/removedTypes.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@
282282
"member": {
283283
// (same as *Inputs)
284284
"appidExclude": null, // No implementation as of 2025-05
285-
"hmacGetSecret": null // No implementation as of 2025-05
285+
"hmacGetSecret": null, // No implementation as of 2025-05
286+
"payment": null // Blink only as of 2025-06
286287
}
287288
}
288289
},

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)