Browse Source

Update AudioStream.js

master
guest271314 3 years ago
parent
commit
b148a7ad1f
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      chromium_extension/AudioStream.js

+ 0
- 1
chromium_extension/AudioStream.js View File

const { value, done } = await this.inputReader.read(); const { value, done } = await this.inputReader.read();
if (done) { if (done) {
await this.inputReader.closed; await this.inputReader.closed;
console.log({ done });
try { try {
await this.disconnect(); await this.disconnect();
} catch (err) { } catch (err) {

Loading…
Cancel
Save