* 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(). * @deprecated * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)
(...text: string[])
| 13187 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write) |
| 13188 | */ |
| 13189 | write(...text: string[]): void; |
| 13190 | /** |
| 13191 | * 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. |
| 13192 | * @deprecated |
no outgoing calls
no test coverage detected