@types/web 0.0.242 → 0.0.243

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
47
 
48
48
  ## Deploy Metadata
49
49
 
50
- You can read what changed in version 0.0.242 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.242.
50
+ You can read what changed in version 0.0.243 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.243.
package/index.d.ts CHANGED
@@ -10362,14 +10362,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
10362
10362
  */
10363
10363
  startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition;
10364
10364
  /**
10365
- * The **`document.write()`** method writes a string of text to a document stream opened by document.open().
10365
+ * 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().
10366
10366
  * @deprecated
10367
10367
  *
10368
10368
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)
10369
10369
  */
10370
10370
  write(...text: string[]): void;
10371
10371
  /**
10372
- * Writes a string of text followed by a newline character to a document.
10372
+ * 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.
10373
10373
  *
10374
10374
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln)
10375
10375
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.242",
3
+ "version": "0.0.243",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -10355,14 +10355,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
10355
10355
  */
10356
10356
  startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition;
10357
10357
  /**
10358
- * The **`document.write()`** method writes a string of text to a document stream opened by document.open().
10358
+ * 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().
10359
10359
  * @deprecated
10360
10360
  *
10361
10361
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)
10362
10362
  */
10363
10363
  write(...text: string[]): void;
10364
10364
  /**
10365
- * Writes a string of text followed by a newline character to a document.
10365
+ * 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.
10366
10366
  *
10367
10367
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln)
10368
10368
  */
package/ts5.6/index.d.ts CHANGED
@@ -10362,14 +10362,14 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
10362
10362
  */
10363
10363
  startViewTransition(callbackOptions?: ViewTransitionUpdateCallback | StartViewTransitionOptions): ViewTransition;
10364
10364
  /**
10365
- * The **`document.write()`** method writes a string of text to a document stream opened by document.open().
10365
+ * 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().
10366
10366
  * @deprecated
10367
10367
  *
10368
10368
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/write)
10369
10369
  */
10370
10370
  write(...text: string[]): void;
10371
10371
  /**
10372
- * Writes a string of text followed by a newline character to a document.
10372
+ * 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.
10373
10373
  *
10374
10374
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/writeln)
10375
10375
  */