We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
revokeDataObject
1 parent 99711ee commit 581c073Copy full SHA for 581c073
typings/internalBinding/blob.d.ts
@@ -15,5 +15,4 @@ export interface BlobBinding {
15
FixedSizeBlobCopyJob: typeof InternalBlobBinding.FixedSizeBlobCopyJob;
16
getDataObject(id: string): [handle: InternalBlobBinding.BlobHandle | undefined, length: number, type: string] | undefined;
17
storeDataObject(id: string, handle: InternalBlobBinding.BlobHandle, size: number, type: string): void;
18
- revokeDataObject(id: string): void;
19
}
0 commit comments