smart_websocket_client icon indicating copy to clipboard operation
smart_websocket_client copied to clipboard

Error:openDatabase is not defined

Open Neznayka17 opened this issue 8 months ago • 1 comments

Following error appears in console when extension is opened. As a result connect doesn't do anything. Google Chrome version 119.0.6045.125

app.js:1 Uncaught ReferenceError: openDatabase is not defined
    at c.open (app.js:1:12214)
    at e.value (app.js:1:13306)
    at Object.d [as setupDatabase] (common.js:20:6040)
    at n.componentDidMount (app.js:4:14266)
    at r.notifyAll (common.js:1:28147)
    at r.close (common.js:18:26667)
    at r.closeAll (common.js:2:5571)
    at r.perform (common.js:2:4900)
    at g (common.js:3:4087)
    at r.perform (common.js:2:4817)

Neznayka17 avatar Nov 16 '23 15:11 Neznayka17