Re: ClojureScript, Chrome Extension and BrowserREPL

2012-07-17 Thread David Nolen
On Tue, Jul 17, 2012 at 3:00 PM, Hubert Iwaniuk wrote: > > Hi David, > > Do you know rationale for using CrossPageChannel? > If that could be removed it would simplify BrowserREPL a lot, and would > already unlock Chrome Extension. > > Cheers, > Hubert. Because it works on nearly all browsers - e

Re: ClojureScript, Chrome Extension and BrowserREPL

2012-07-17 Thread Hubert Iwaniuk
Hi David, Do you know rationale for using CrossPageChannel? If that could be removed it would simplify BrowserREPL a lot, and would already unlock Chrome Extension. Cheers, Hubert. David Nolen July 17, 2012 6:15 PM CrossPageChannel does not work unless the pa

Re: ClojureScript, Chrome Extension and BrowserREPL

2012-07-17 Thread David Nolen
On Tue, Jul 17, 2012 at 11:22 AM, Hubert Iwaniuk wrote: > Hello Everyone, > > Did anyone managed to get BrowserREPL running within Chrome Extension? > I'm having hard time getting it up. > > Basically what happens for me is CrossPageChannel communication > initialization failure both from content

ClojureScript, Chrome Extension and BrowserREPL

2012-07-17 Thread Hubert Iwaniuk
Hello Everyone, Did anyone managed to get BrowserREPL running within Chrome Extension? I'm having hard time getting it up. Basically what happens for me is CrossPageChannel communication initialization failure both from content script and background. content_script: "Uncaught Error: CrossPageChan