@types/web 0.0.330 → 0.0.331

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.330 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.330.
50
+ You can read what changed in version 0.0.331 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.331.
package/index.d.ts CHANGED
@@ -25310,7 +25310,7 @@ declare var NavigationHistoryEntry: {
25310
25310
  };
25311
25311
 
25312
25312
  /**
25313
- * The **`NavigationPrecommitController`** interface of the Navigation API defines redirect behavior for a navigation precommit handler.
25313
+ * The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
25314
25314
  *
25315
25315
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
25316
25316
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.330",
3
+ "version": "0.0.331",
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
@@ -25286,7 +25286,7 @@ declare var NavigationHistoryEntry: {
25286
25286
  };
25287
25287
 
25288
25288
  /**
25289
- * The **`NavigationPrecommitController`** interface of the Navigation API defines redirect behavior for a navigation precommit handler.
25289
+ * The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
25290
25290
  *
25291
25291
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
25292
25292
  */
package/ts5.6/index.d.ts CHANGED
@@ -25307,7 +25307,7 @@ declare var NavigationHistoryEntry: {
25307
25307
  };
25308
25308
 
25309
25309
  /**
25310
- * The **`NavigationPrecommitController`** interface of the Navigation API defines redirect behavior for a navigation precommit handler.
25310
+ * The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
25311
25311
  *
25312
25312
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
25313
25313
  */
package/ts5.9/index.d.ts CHANGED
@@ -25307,7 +25307,7 @@ declare var NavigationHistoryEntry: {
25307
25307
  };
25308
25308
 
25309
25309
  /**
25310
- * The **`NavigationPrecommitController`** interface of the Navigation API defines redirect behavior for a navigation precommit handler.
25310
+ * The **`NavigationPrecommitController`** interface of the Navigation API is passed as an argument to a navigation precommit handler callback.
25311
25311
  *
25312
25312
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/NavigationPrecommitController)
25313
25313
  */