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

    References

    default → Cache.default
    LocalStorage → Cache.LocalStorage
    S3 → Cache.S3