• Load into memory a JSON serialized object, from the local storage provided by the browser/environment.

    The object name is prefixed with GDJS_ in localStorage.

    Parameters

    • name: string

      The name of the object to load

    Returns void