(
_start?: number | undefined,
_end?: number | undefined,
_contentType?: string | undefined
)
| 68 | } |
| 69 | |
| 70 | slice( |
| 71 | _start?: number | undefined, |
| 72 | _end?: number | undefined, |
| 73 | _contentType?: string | undefined |
| 74 | ): Blob { |
| 75 | throw new Error("Slice is not supported."); |
| 76 | } |
| 77 | } |
no outgoing calls