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 081ec33 commit 96c570fCopy full SHA for 96c570f
modules/webwindow.mjs
@@ -529,7 +529,7 @@ class WebWindowHandle {
529
}
530
531
/** @summary Standalone mode without server connection */
532
- isStandalone() { this.kind === 'file'; }
+ isStandalone() { return this.kind === 'file'; }
533
534
/** @summary Returns true if socket connected */
535
isConnected() { return this.state > 0; }
0 commit comments