Skip to content

Commit 66509de

Browse files
authored
Added note on awaiting
1 parent dc786cc commit 66509de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ Requests:
113113
```javascript
114114
/**
115115
* In order to catch error on the requestDevice and attemptReconnect methods use an async function and await the die's methods
116+
* Note: awaiting inside of the function will block it's execution
116117
* Example:
117118
*/
118119
async function openConnectionDialog() {

0 commit comments

Comments
 (0)