Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NativeStorageTransport

Wraps synchronous storage with the necessary api mask methods.

Hierarchy

  • NativeStorageTransport

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected Readonly source

Methods

clear

  • clear(): Promise<void>

getItem

  • getItem(key: string): Promise<undefined | null | string>

keys

  • keys(): Promise<string[]>

removeItem

  • removeItem(key: string): Promise<void>

setItem

  • setItem(key: string, value: string): Promise<void>

Generated using TypeDoc