• Unload from memory an object, which is then serialized as JSON and stored in 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