Skip to content

Commit 6f74885

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 41bc085 commit 6f74885

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10359,14 +10359,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1035910359
*/
1036010360
startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition;
1036110361
/**
10362-
* The **`document.write()`** method writes a string of text to a document stream opened by document.open().
10362+
* The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open().
1036310363
* @deprecated
1036410364
*
1036510365
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)
1036610366
*/
1036710367
write(...text: string[]): void;
1036810368
/**
10369-
* Writes a string of text followed by a newline character to a document.
10369+
* The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character.
1037010370
*
1037110371
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln)
1037210372
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10352,14 +10352,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1035210352
*/
1035310353
startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition;
1035410354
/**
10355-
* The **`document.write()`** method writes a string of text to a document stream opened by document.open().
10355+
* The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open().
1035610356
* @deprecated
1035710357
*
1035810358
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)
1035910359
*/
1036010360
write(...text: string[]): void;
1036110361
/**
10362-
* Writes a string of text followed by a newline character to a document.
10362+
* The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character.
1036310363
*
1036410364
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln)
1036510365
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10359,14 +10359,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1035910359
*/
1036010360
startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition;
1036110361
/**
10362-
* The **`document.write()`** method writes a string of text to a document stream opened by document.open().
10362+
* The **`write()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open().
1036310363
* @deprecated
1036410364
*
1036510365
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)
1036610366
*/
1036710367
write(...text: string[]): void;
1036810368
/**
10369-
* Writes a string of text followed by a newline character to a document.
10369+
* The **`writeln()`** method of the Document interface writes text in one or more TrustedHTML or string parameters to a document stream opened by document.open(), followed by a newline character.
1037010370
*
1037110371
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln)
1037210372
*/

inputfiles/mdn

Submodule mdn updated 37 files

0 commit comments

Comments
 (0)