@types/serviceworker 0.0.171 → 0.0.172
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.172 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.172.
|
package/index.d.ts
CHANGED
|
@@ -338,6 +338,7 @@ interface ImageBitmapRenderingContextSettings {
|
|
|
338
338
|
|
|
339
339
|
interface ImageDataSettings {
|
|
340
340
|
colorSpace?: PredefinedColorSpace;
|
|
341
|
+
pixelFormat?: ImageDataPixelFormat;
|
|
341
342
|
}
|
|
342
343
|
|
|
343
344
|
interface ImageEncodeOptions {
|
|
@@ -11815,6 +11816,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11815
11816
|
type IDBRequestReadyState = "done" | "pending";
|
|
11816
11817
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11817
11818
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11819
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11818
11820
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11819
11821
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11820
11822
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -335,6 +335,7 @@ interface ImageBitmapRenderingContextSettings {
|
|
|
335
335
|
|
|
336
336
|
interface ImageDataSettings {
|
|
337
337
|
colorSpace?: PredefinedColorSpace;
|
|
338
|
+
pixelFormat?: ImageDataPixelFormat;
|
|
338
339
|
}
|
|
339
340
|
|
|
340
341
|
interface ImageEncodeOptions {
|
|
@@ -11812,6 +11813,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11812
11813
|
type IDBRequestReadyState = "done" | "pending";
|
|
11813
11814
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11814
11815
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11816
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11815
11817
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11816
11818
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11817
11819
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -335,6 +335,7 @@ interface ImageBitmapRenderingContextSettings {
|
|
|
335
335
|
|
|
336
336
|
interface ImageDataSettings {
|
|
337
337
|
colorSpace?: PredefinedColorSpace;
|
|
338
|
+
pixelFormat?: ImageDataPixelFormat;
|
|
338
339
|
}
|
|
339
340
|
|
|
340
341
|
interface ImageEncodeOptions {
|
|
@@ -11812,6 +11813,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11812
11813
|
type IDBRequestReadyState = "done" | "pending";
|
|
11813
11814
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11814
11815
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11816
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11815
11817
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11816
11818
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11817
11819
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -335,6 +335,7 @@ interface ImageBitmapRenderingContextSettings {
|
|
|
335
335
|
|
|
336
336
|
interface ImageDataSettings {
|
|
337
337
|
colorSpace?: PredefinedColorSpace;
|
|
338
|
+
pixelFormat?: ImageDataPixelFormat;
|
|
338
339
|
}
|
|
339
340
|
|
|
340
341
|
interface ImageEncodeOptions {
|
|
@@ -11812,6 +11813,7 @@ type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
|
|
|
11812
11813
|
type IDBRequestReadyState = "done" | "pending";
|
|
11813
11814
|
type IDBTransactionDurability = "default" | "relaxed" | "strict";
|
|
11814
11815
|
type IDBTransactionMode = "readonly" | "readwrite" | "versionchange";
|
|
11816
|
+
type ImageDataPixelFormat = "rgba-float16" | "rgba-unorm8";
|
|
11815
11817
|
type ImageOrientation = "flipY" | "from-image" | "none";
|
|
11816
11818
|
type ImageSmoothingQuality = "high" | "low" | "medium";
|
|
11817
11819
|
type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki";
|