Fork me on GitHub
#fulcro
<
2019-05-18
>
carkh22:05:27

While developing a chrome extension, is it possible to have fulcro-inspect interact with the options page ? I see Installing Fulcro Inspect {} in the console and __fulcro-inspect-remote-installed__="true" on my html element, yet the fulcro-inspect popup says Fulcro app not detected. I suspect chrome prevents injections from other extensions. Is there some special content_security_policy that would help or should i just do without fulcro-inspect in this particular case ?

currentoor22:05:48

@U066U8JQJ would know most about that

wilkerlucio22:05:05

@U13RRNF2M yeah, that doesn't work, I never did a debug on why, but I suspect too of some security policy

wilkerlucio22:05:47

there is an idea to have a fulcro inspect stand alone, most of the architecture can support that, but never got the time to work on that, that could enable reach from anywhere (including chrome extensions)

carkh22:05:55

the react people are using an external tool for this, and it looks like there is an electron based thing in fulcro-inspect too,

carkh22:05:15

so i guess it's unfinished

wilkerlucio22:05:33

yeah, exactly that, they just have more people to work on it, hehe

carkh22:05:04

well then we'll do it like regular web developers then =) console.log uphill both ways =)