We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc786cc commit 66509deCopy full SHA for 66509de
1 file changed
README.md
@@ -113,6 +113,7 @@ Requests:
113
```javascript
114
/**
115
* 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
117
* Example:
118
*/
119
async function openConnectionDialog() {
0 commit comments