@types/web 0.0.345 → 0.0.346

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.345 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.345.
50
+ You can read what changed in version 0.0.346 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.346.
package/index.d.ts CHANGED
@@ -29912,7 +29912,7 @@ interface RTCRtpScriptTransform {
29912
29912
 
29913
29913
  declare var RTCRtpScriptTransform: {
29914
29914
  prototype: RTCRtpScriptTransform;
29915
- new(worker: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform;
29915
+ new(workerOrWorkerAndParameters: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform;
29916
29916
  };
29917
29917
 
29918
29918
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.345",
3
+ "version": "0.0.346",
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
@@ -29888,7 +29888,7 @@ interface RTCRtpScriptTransform {
29888
29888
 
29889
29889
  declare var RTCRtpScriptTransform: {
29890
29890
  prototype: RTCRtpScriptTransform;
29891
- new(worker: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform;
29891
+ new(workerOrWorkerAndParameters: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform;
29892
29892
  };
29893
29893
 
29894
29894
  /**
package/ts5.6/index.d.ts CHANGED
@@ -29909,7 +29909,7 @@ interface RTCRtpScriptTransform {
29909
29909
 
29910
29910
  declare var RTCRtpScriptTransform: {
29911
29911
  prototype: RTCRtpScriptTransform;
29912
- new(worker: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform;
29912
+ new(workerOrWorkerAndParameters: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform;
29913
29913
  };
29914
29914
 
29915
29915
  /**
package/ts5.9/index.d.ts CHANGED
@@ -29909,7 +29909,7 @@ interface RTCRtpScriptTransform {
29909
29909
 
29910
29910
  declare var RTCRtpScriptTransform: {
29911
29911
  prototype: RTCRtpScriptTransform;
29912
- new(worker: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform;
29912
+ new(workerOrWorkerAndParameters: Worker, options?: any, transfer?: any[]): RTCRtpScriptTransform;
29913
29913
  };
29914
29914
 
29915
29915
  /**