dart-archive / dump-info-visualizer

A visualizer for the JSON data produced by the dart2js --dump-info command
https://dart-lang.github.io/dump-info-visualizer
BSD 3-Clause "New" or "Revised" License
42 stars 15 forks source link

Easily reload .json file #22

Closed TyOverby closed 10 years ago

TyOverby commented 10 years ago

It is possible to read a File that has been loaded multiple times.

Original bug

During a typical compile->inspect->fix->compile-> cycle, I need to reload the json generated by -dump-info quite often. Currently, the viewer forces me to reload the page, select the json file again and then re-navigate to where I was. Ideally, there would be a refresh button that reloads the current json and just updates the current view, if possible. -- Stephan Herhut