kevinbarabash / live-proxy

Live reloading for JavaScript + sand boxing.
http://kevinbarabash.github.io/live-proxy/
3 stars 0 forks source link

general way to capture and restore state #9

Closed kevinbarabash closed 8 years ago

kevinbarabash commented 8 years ago

This is to deal with libraries such as processing-js which don't have any knowledge of hot loading.

kevinbarabash commented 8 years ago

The main problem in dealing with processing is that it doesn't expose its state so we have to resort to evil things like wrapping all of it's state change functions so that we can track state changes.