botas-core
    Preparing search index...

    Class MemoryStorage

    In-memory storage implementation for development and testing.

    Thread-safe for concurrent access within a single process. Data is lost when the process exits.

    const storage = new MemoryStorage()
    bot.useState(storage)

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods