Class Storage

This class provides methods that allow the manipulation of cookies

Constructors

Methods

  • Deletes cookies from the storage

    Parameters

    • params: StorageDeleteCookiesParameters

      Parameters required to delete the cookies

    Returns Promise<ResultType>

    A promise that resolves to the result of deleting the cookies

  • Gets cookies from the storage

    Parameters

    • params: StorageGetCookiesParameters

      Parameters required to get the cookies

    Returns Promise<StorageGetCookiesResult>

    A promise that resolves to the result of getting the cookies

  • Sets a cookie in the storage

    Parameters

    • params: StorageSetCookieParameters

      Parameters required to set the cookie

    Returns Promise<ResultType>

    A promise that resolves to the result of setting the cookie