1.3.3Widget sandboxing

Widgets are sandboxed, for security reasons, and are not allowed to use localStorage or indexedDB. You must instead use the platform's own features for settings and state storage, or store state on some external server.

Note: the framework provides functions for generating downloads and copying to the clipboard which can be used despite / regardless of the sandboxing.