ksz-ksz / rxjs-insights

See through the observables.
MIT License
358 stars 13 forks source link

Support connecting from inside iframes #11

Open DiogoDoreto opened 1 year ago

DiogoDoreto commented 1 year ago

Our team uses Storybook to develop our application and it would be great to have this tool setup there too, but each story is rendered inside an iframe. Currently it works only when opening the story individually in a new tab.

ksz-ksz commented 1 year ago

Hi, it was my goal to allow using this tool from within the iframe (or even from remote environments). This is actually one of the topics that I'd like to focus on, as I'd also like to be able to use RxJS Insights to debug RxJS Insights. While this is not exactly the same, abstracting away the communication layer should make both of the cases easier.