Function purgeFromStorage

  • Deletes the state from local storage. This should only be used in emergencies, when something has gone very wrong; see display/crash.js. Under normal circumstances, call reset() instead.

    This has a quiet option which does not try to log any messages-- this is so that the function does the minimum necessary, again if we suspect the state of affairs is badly broken.

    Parameters

    • Optional quiet: boolean

    Returns void

Generated using TypeDoc