pull/497/merge
Dacre Denny 2 years ago committed by GitHub
commit 1f829aa680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -229,15 +229,15 @@ In contrast to the calls described above, this method does not rely on
`getUserMedia` and operates on a single image instead. The provided callback `getUserMedia` and operates on a single image instead. The provided callback
is the same as in `onDetected` and contains the result `data` object. is the same as in `onDetected` and contains the result `data` object.
### Quagga.offProcessed(handler) ### Quagga.offProcessed(callback)
In case the `onProcessed` event is no longer relevant, `offProcessed` removes In case the `onProcessed` event is no longer relevant, `offProcessed` removes
the given `handler` from the event-queue. the given `callback` from the event-queue.
### Quagga.offDetected(handler) ### Quagga.offDetected(callback)
In case the `onDetected` event is no longer relevant, `offDetected` removes In case the `onDetected` event is no longer relevant, `offDetected` removes
the given `handler` from the event-queue. the given `callback` from the event-queue.
## <a name="resultobject">The result object</a> ## <a name="resultobject">The result object</a>

Loading…
Cancel
Save