coekie / flowtracker

Track data flowing through Java programs
Apache License 2.0
332 stars 10 forks source link

feature request #1

Closed kouroshshafi closed 3 weeks ago

kouroshshafi commented 4 weeks ago

Is it possible to run this as a chrome extension? I wish this was one of the features of chrome devtools.

BitesizedLion commented 3 weeks ago

No that would not work as this is for Java.

Most browsers and sites use Javascript, not Java. They are different languages.

coekie commented 3 weeks ago

FlowTracker only works on the JVM, so only for Java (or other JVM) languages. So it does not work for a browser like Chrome. (Javascript is not Java).