()
| 377 | once(_event: 'progress', _listener: (percent: number) => void): this; |
| 378 | once(_event: string | symbol, _listener: (...args: unknown[]) => void): this; |
| 379 | once(): this { |
| 380 | return this; |
| 381 | } |
| 382 | } |
| 383 | |
| 384 | export function buildImageBitmap({ |
no outgoing calls