SYMBOL INDEX (20 symbols across 1 files) FILE: extension/main.js function browse (line 28) | async function browse(url_or_event_or_ids, label) { constant DZR_PNG (line 65) | let DZR_PNG, USR_NFO; constant USR_NFO (line 65) | let DZR_PNG, USR_NFO; class DzrWebView (line 114) | class DzrWebView { // can't Audio() in VSCode, we need a webview method constructor (line 142) | constructor() { method renderStatus (line 147) | renderStatus() { method show (line 159) | async show(htmlUri, iconPath) { method initAckSemaphore (line 172) | initAckSemaphore() { this.postAck = new Promise((then) => this.waitAck... method player_bufferized (line 175) | player_bufferized() { method player_volumechange (line 179) | player_volumechange({ volume }) { conf().update("volume", volume, vsco... method player_playing (line 180) | player_playing() { this.state.ready = this.state.playing = true; } method player_pause (line 181) | player_pause() { this.state.playing = false; } method player_ended (line 182) | player_ended() { vscode.commands.executeCommand('dzr.load', null); } method user_interact (line 183) | user_interact() { this.state.ready = true; } method user_next (line 184) | user_next() { vscode.commands.executeCommand('dzr.load'); } method error (line 185) | error(msg) { vscode.window.showErrorMessage(msg); } method badAction (line 186) | badAction(action) { console.error(`unHandled action "${action}" from w... method handleDrag (line 208) | async handleDrag(sources, treeDataTransfer) { method handleDrop (line 211) | async handleDrop(onto, transfer) { method handleUri (line 239) | handleUri(uri) { (({ path, query }) => vscode.commands.executeCommand(`d...