@types/sharedworker 0.0.200 → 0.0.201
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 +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +2 -0
- package/ts5.6/index.d.ts +2 -0
- package/ts5.9/index.d.ts +2 -0
package/README.md
CHANGED
|
@@ -28,4 +28,4 @@ This project does not respect semantic versioning as almost every change could p
|
|
|
28
28
|
|
|
29
29
|
## Deploy Metadata
|
|
30
30
|
|
|
31
|
-
You can read what changed in version 0.0.
|
|
31
|
+
You can read what changed in version 0.0.201 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.201.
|
package/index.d.ts
CHANGED
|
@@ -282,6 +282,7 @@ interface ImageBitmapRenderingContextSettings {
|
|
|
282
282
|
|
|
283
283
|
interface ImageDataSettings {
|
|
284
284
|
colorSpace?: PredefinedColorSpace;
|
|
285
|
+
pixelFormat?: ImageDataPixelFormat;
|
|
285
286
|
}
|
|
286
287
|
|
|
287
288
|
interface ImageEncodeOptions {
|
|
@@ -11494,6 +11495,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11494
11495
|
type IDBRequestReadyState = "done" | "pending";
|
|
11495
11496
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11496
11497
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11498
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11497
11499
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11498
11500
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11499
11501
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -279,6 +279,7 @@ interface ImageBitmapRenderingContextSettings {
|
|
|
279
279
|
|
|
280
280
|
interface ImageDataSettings {
|
|
281
281
|
colorSpace?: PredefinedColorSpace;
|
|
282
|
+
pixelFormat?: ImageDataPixelFormat;
|
|
282
283
|
}
|
|
283
284
|
|
|
284
285
|
interface ImageEncodeOptions {
|
|
@@ -11491,6 +11492,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11491
11492
|
type IDBRequestReadyState = "done" | "pending";
|
|
11492
11493
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11493
11494
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11495
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11494
11496
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11495
11497
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11496
11498
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -279,6 +279,7 @@ interface ImageBitmapRenderingContextSettings {
|
|
|
279
279
|
|
|
280
280
|
interface ImageDataSettings {
|
|
281
281
|
colorSpace?: PredefinedColorSpace;
|
|
282
|
+
pixelFormat?: ImageDataPixelFormat;
|
|
282
283
|
}
|
|
283
284
|
|
|
284
285
|
interface ImageEncodeOptions {
|
|
@@ -11491,6 +11492,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11491
11492
|
type IDBRequestReadyState = "done" | "pending";
|
|
11492
11493
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11493
11494
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11495
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11494
11496
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11495
11497
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11496
11498
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -279,6 +279,7 @@ interface ImageBitmapRenderingContextSettings {
|
|
|
279
279
|
|
|
280
280
|
interface ImageDataSettings {
|
|
281
281
|
colorSpace?: PredefinedColorSpace;
|
|
282
|
+
pixelFormat?: ImageDataPixelFormat;
|
|
282
283
|
}
|
|
283
284
|
|
|
284
285
|
interface ImageEncodeOptions {
|
|
@@ -11491,6 +11492,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11491
11492
|
type IDBRequestReadyState = "done" | "pending";
|
|
11492
11493
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11493
11494
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11495
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11494
11496
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11495
11497
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11496
11498
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|