This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-09
Channels
- # aws (3)
- # bangalore-clj (3)
- # beginners (40)
- # boot (53)
- # cider (1)
- # cljs-dev (124)
- # cljsrn (22)
- # clojure (105)
- # clojure-italy (1)
- # clojure-nl (3)
- # clojure-russia (35)
- # clojure-spec (9)
- # clojure-uk (30)
- # clojurebridge (25)
- # clojurescript (107)
- # datomic (18)
- # dirac (21)
- # events (6)
- # hoplon (29)
- # leiningen (5)
- # off-topic (40)
- # om (17)
- # onyx (25)
- # parinfer (2)
- # pedestal (4)
- # perun (2)
- # planck (1)
- # protorepl (6)
- # re-frame (18)
- # reagent (15)
- # ring-swagger (4)
- # specter (2)
- # test-check (7)
- # testing (3)
- # untangled (45)
- # vim (2)
my chrome canary version is now 56.0.2914.0 on macOS and my dirac extension version is 0.8.2 and I’m still getting:
Uncaught TypeError: Cannot read property 'addExtensions' of undefined
@adamfrey where do you see that error? in internal devtools console when you open it on your page?
can you confirm this message is not there when you disable dirac extension and try to open your page
Also even with that error, I do have a CLJS repl through dirac working for the first time
not sure if that addExtension is related to general chrome extension or devtools extensions (like react devtools)
no, I’m using a bare user-data-dir, so there are no other extensions.
"Uncaught TypeError: Cannot read property 'addExtensions' of undefined", source: (67)
I think we can safely ignore that, maybe I should create an empty window.WebInspector
in dirac devtools
maybe this exists for some reason in embedded devtools, but not in dirac devtools fork
at this point, I have no idea how is this devtools_compatibility.js used and what is its role