MCPcopy Create free account
hub / github.com/microsoft/typescript-go / write

Method write

internal/bundled/libs/lib.dom.d.ts:13189–13189  ·  view source on GitHub ↗

* 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[])

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected