codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
365 stars 75 forks source link

Add option to force a reload of files #45

Closed marceltaeumel closed 8 years ago

marceltaeumel commented 8 years ago

If SqueakJS is invoked with a set of files as specified in the URL, those files will not be downloaded/updated if the browser cached them already:

https://bertfreudenberg.github.io/SqueakJS/run#url=<url-to-files>&files=[<some-files>]

It would be nice to provide an additional option to force a reload. Maybe this: &forceReload=true