mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
enhance blobSlice definition. (#37921)
This commit is contained in:
committed by
Andrew Casey
parent
396247807a
commit
2dec200c95
2
types/blueimp-load-image/index.d.ts
vendored
2
types/blueimp-load-image/index.d.ts
vendored
@@ -114,7 +114,7 @@ interface LoadImage {
|
||||
data?: ImageHead,
|
||||
) => void;
|
||||
|
||||
blobSlice: (file: Blob, start?: number, end?: number) => Blob;
|
||||
blobSlice: (this: Blob, start?: number, end?: number) => Blob;
|
||||
}
|
||||
|
||||
declare const loadImage: LoadImage;
|
||||
|
||||
Reference in New Issue
Block a user