@workers-community/workers-types 4.20260504.1 → 4.20260505.1
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/index.d.ts +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1096,7 +1096,7 @@ interface CustomEventCustomEventInit {
|
|
|
1096
1096
|
*/
|
|
1097
1097
|
declare class Blob {
|
|
1098
1098
|
constructor(
|
|
1099
|
-
|
|
1099
|
+
bits?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[],
|
|
1100
1100
|
options?: BlobOptions,
|
|
1101
1101
|
);
|
|
1102
1102
|
/**
|
package/index.ts
CHANGED
|
@@ -1098,7 +1098,7 @@ export interface CustomEventCustomEventInit {
|
|
|
1098
1098
|
*/
|
|
1099
1099
|
export declare class Blob {
|
|
1100
1100
|
constructor(
|
|
1101
|
-
|
|
1101
|
+
bits?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[],
|
|
1102
1102
|
options?: BlobOptions,
|
|
1103
1103
|
);
|
|
1104
1104
|
/**
|