We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7062fdf commit 276aaa9Copy full SHA for 276aaa9
1 file changed
app/scripts/contentscript.js
@@ -68,7 +68,6 @@ async function setupStreams() {
68
// so we can handle the channels individually
69
const pageMux = new ObjectMultiplex()
70
pageMux.setMaxListeners(25)
71
- pageMux.ignoreStream(LEGACY_PUBLIC_CONFIG) // TODO:LegacyProvider: Delete
72
const extensionMux = new ObjectMultiplex()
73
extensionMux.setMaxListeners(25)
74
extensionMux.ignoreStream(LEGACY_PUBLIC_CONFIG) // TODO:LegacyProvider: Delete
0 commit comments