Current section

Files

Jump to
playwright lib playwright page download.ex
Raw

lib/playwright/page/download.ex

defmodule Playwright.Download do
@moduledoc false
# @spec cancel(t()) :: :ok
# def cancel(download)
# @spec create_read_stream(t()) :: readable()
# def create_read_stream(download)
# @spec delete(t()) :: :ok
# def delete(download)
# @spec failure(t()) :: nil | binary()
# def failure(download)
# @spec page(t()) :: Page.t()
# def page(download)
# @spec path(t()) :: binary()
# def path(download)
# @spec save_as(t(), binary()) :: :ok
# def save_as(download, path)
# @spec suggested_filename(t()) :: binary()
# def suggested_filename(download)
# @spec url(t()) :: binary()
# def url(download)
end