@types/sharedworker 0.0.199 → 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 +3 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +3 -0
- package/ts5.6/index.d.ts +3 -0
- package/ts5.9/index.d.ts +3 -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 {
|
|
@@ -767,6 +768,7 @@ interface WebGLContextAttributes {
|
|
|
767
768
|
premultipliedAlpha?: boolean;
|
|
768
769
|
preserveDrawingBuffer?: boolean;
|
|
769
770
|
stencil?: boolean;
|
|
771
|
+
xrCompatible?: boolean;
|
|
770
772
|
}
|
|
771
773
|
|
|
772
774
|
interface WebGLContextEventInit extends EventInit {
|
|
@@ -11493,6 +11495,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11493
11495
|
type IDBRequestReadyState = "done" | "pending";
|
|
11494
11496
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11495
11497
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11498
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11496
11499
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11497
11500
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11498
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 {
|
|
@@ -764,6 +765,7 @@ interface WebGLContextAttributes {
|
|
|
764
765
|
premultipliedAlpha?: boolean;
|
|
765
766
|
preserveDrawingBuffer?: boolean;
|
|
766
767
|
stencil?: boolean;
|
|
768
|
+
xrCompatible?: boolean;
|
|
767
769
|
}
|
|
768
770
|
|
|
769
771
|
interface WebGLContextEventInit extends EventInit {
|
|
@@ -11490,6 +11492,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11490
11492
|
type IDBRequestReadyState = "done" | "pending";
|
|
11491
11493
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11492
11494
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11495
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11493
11496
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11494
11497
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11495
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 {
|
|
@@ -764,6 +765,7 @@ interface WebGLContextAttributes {
|
|
|
764
765
|
premultipliedAlpha?: boolean;
|
|
765
766
|
preserveDrawingBuffer?: boolean;
|
|
766
767
|
stencil?: boolean;
|
|
768
|
+
xrCompatible?: boolean;
|
|
767
769
|
}
|
|
768
770
|
|
|
769
771
|
interface WebGLContextEventInit extends EventInit {
|
|
@@ -11490,6 +11492,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11490
11492
|
type IDBRequestReadyState = "done" | "pending";
|
|
11491
11493
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11492
11494
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11495
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11493
11496
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11494
11497
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11495
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 {
|
|
@@ -764,6 +765,7 @@ interface WebGLContextAttributes {
|
|
|
764
765
|
premultipliedAlpha?: boolean;
|
|
765
766
|
preserveDrawingBuffer?: boolean;
|
|
766
767
|
stencil?: boolean;
|
|
768
|
+
xrCompatible?: boolean;
|
|
767
769
|
}
|
|
768
770
|
|
|
769
771
|
interface WebGLContextEventInit extends EventInit {
|
|
@@ -11490,6 +11492,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11490
11492
|
type IDBRequestReadyState = "done" | "pending";
|
|
11491
11493
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11492
11494
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11495
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11493
11496
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11494
11497
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11495
11498
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|