We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9bbdce + 00ec0b1 commit 37037f7Copy full SHA for 37037f7
programming/javascript/user-guide/index.md
@@ -115,7 +115,7 @@ The complete code of the "Hello World" example is shown below
115
cvRouter.setInput(cameraEnhancer);
116
117
const resultsContainer = document.querySelector("#results");
118
- cvRouter.addResultReceiver({ onCapturedResultReceived: (result) => {
+ cvRouter.addResultReceiver({ onDecodedBarcodesReceived: (result) => {
119
if (result.barcodeResultItems?.length) {
120
resultsContainer.textContent = '';
121
for (let item of result.barcodeResultItems) {
0 commit comments