Reloading page is enabled while developing Bdash.
https://github.com/bdash-app/bdash/blob/v1.10.2/src/main/menu.ts#L23
However it doesn't seem to be working in my environment (Windows).
I ran git-bisect and find that d12058a is suspicious.
It seems the callback of setImmediate isn't called when reloaded.
https://github.com/bdash-app/bdash/blob/v1.10.2/static/index.html#L23