| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,5 +15,4 @@ export interface BlobBinding { | |||
| 15 | 15 | FixedSizeBlobCopyJob: typeof InternalBlobBinding.FixedSizeBlobCopyJob; | |
| 16 | 16 | getDataObject(id: string): [handle: InternalBlobBinding.BlobHandle | undefined, length: number, type: string] | undefined; | |
| 17 | 17 | storeDataObject(id: string, handle: InternalBlobBinding.BlobHandle, size: number, type: string): void; | |
| 18 | - revokeDataObject(id: string): void; | ||
| 19 | 18 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments