Skip to content

Commit 0d5561c

Browse files
update to internal commit 4e8a3be7
1 parent d6a7247 commit 0d5561c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

programming/javascript/user-guide/barcode-scanner.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ Now that the Barcode Scanner has been initialized and configured, it is ready to
221221
> [!NOTE]
222222
> In the Hello World sample, after a successful decoding process, the scanner closes and the user is met with an empty page. In order to open the scanner again, the user must refresh the page. You may choose to implement a more user-friendly behavior in a production environment, such as presenting the user with an option to re-open the Barcode Scanner upon closing it.
223223
224+
> [!TIP]
225+
> When running performance benchmarks, make sure to disable the console, avoid using `console.log()`, and run in non-debug mode whenever possible. This ensures that your benchmark results reflect true performance without interference from logging or debugging overhead.
224226
## Next Steps
225227

226228
Now that you've implemented the basic functionality, here are some recommended next steps to further explore the capabilities of the Barcode Scanner:

0 commit comments

Comments
 (0)