Skip to main content

storageRemoveItem

Callable

  • storageRemoveItem(...args: [key: string, accessMode?: AccessMode]): Promise<void>

  • Removes the value that is assigned to the key from a storage outside the frame


    Parameters

    • rest...args: [key: string, accessMode?: AccessMode]

    Returns Promise<void>