Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "wed/savers/localforage"

Index

Classes

Interfaces

Functions

Functions

config

  • config(): LocalForage
  • Create a localforage store instance. If you have code that needs to access the store that this saver uses. You need to call this function first.

    Returns LocalForage

    A configured localforage instance.

makeFileRecord

  • makeFileRecord(name: string, data: string): FileRecord
  • Utility function used to make file records.

    Parameters

    • name: string

      The name of the file.

    • data: string

      The data to save.

    Returns FileRecord

    The record.

Generated using TypeDoc