We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b95e13 commit f83bb2aCopy full SHA for f83bb2a
1 file changed
js/workflows/usb.js
@@ -21,6 +21,7 @@ class USBWorkflow extends Workflow {
21
this._partialToken = null;
22
this._uid = null;
23
this._readLoopPromise = null;
24
+ this._messageCallback = null;
25
}
26
27
async init(params) {
0 commit comments