I recently tried to export a widget, which uses Object.LocalStorage() to save a couple settings between executions, as a gadget.
I found that the gadget did not save the settings between executions, although the widget works fine.
Is Object.LocalStorage() supposed to work with gadgets, and does not, or is this intended?
I think I can work around by defining some hidden Widget.Preference values (Widget.Preferences settings are saved between executions), but thought I would ask about this as it seems strange.