jaredly / rxvision

visualizer debugger for reactive streams
http://jaredly.github.io/rxvision/
426 stars 32 forks source link

Browser extensions #13

Open srounce opened 8 years ago

srounce commented 8 years ago

I totally love rxvision! Feels like it's been a big missing part of Rx. I've begun to try and hack this project into a chrome extension. My initial goal is just to inject and call wrap on window.Rx (if it exists) and display results with viz in a devtools panel and trace.dump output in the console (maybe another drawer tab). Eventually I'd like to add execution control and analysis features. I hope creating this issue thread might be a nice starting point for wider conversation around this.

wa-sunlab commented 7 years ago

@srounce have you done some browser extension out of it ?