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.
1 parent c0049d6 commit 817dfaaCopy full SHA for 817dfaa
lib/usb.ts
@@ -55,7 +55,11 @@ export interface MicrobitWebUSBConnectionOptions {
55
// We should copy this type when extracting a library, and make it optional.
56
// Coupling for now to make it easy to evolve.
57
58
+ /**
59
+ * Determines logging behaviour for events, errors, and logs.
60
+ */
61
logging?: Logging;
62
+
63
/**
64
* Determines what should be the fallback behaviour if no device is known.
65
*/
0 commit comments