feat: Allow focus calls to be cancelable (#2567)
* feat: Allow focus calls to be cancelable * Cancelable
This commit is contained in:
@@ -43,6 +43,7 @@ export type CaptureError =
|
||||
| 'capture/photo-not-enabled'
|
||||
| 'capture/frame-invalid'
|
||||
| 'capture/aborted'
|
||||
| 'capture/focus-canceled'
|
||||
| 'capture/timed-out'
|
||||
| 'capture/unknown'
|
||||
export type SystemError =
|
||||
|
Reference in New Issue
Block a user