SmythOS SDK
    Preparing search index...

    Namespace Storage

    Storage instance factory functions for each storage provider.

    const storage = Storage.LocalStorage();
    storage.write('test.txt', 'Hello, world!');

    Storage

    Variables

    LocalStorage
    S3