Skip to content
Menu
Auto
English
GitHub
Auto
English

MarkerJobOptions

Defined in: src/job.ts:32

optional onProgress?: (progress) => void

Defined in: src/job.ts:37

Observer failures never interrupt image processing.

MarkerJobProgress

void


optional signal?: AbortSignal

Defined in: src/job.ts:33


optional timeoutMs?: number

Defined in: src/job.ts:35

Reject and cancel the native operation after this many milliseconds.