effect-playwright
    Preparing search index...

    Class PlaywrightDownload

    0.1.2

    Hierarchy

    Index

    other

    _tag: "PlaywrightDownload"
    cancel: Effect<void, PlaywrightError>
    delete: Effect<void, PlaywrightError>
    failure: Effect<Option<string | null>, PlaywrightError>
    path: Effect<Option<string | null>, PlaywrightError>
    saveAs: (path: string) => Effect<void, PlaywrightError>
    suggestedFilename: Effect<string>
    url: Effect<string>
    use: <R>(f: (download: Download) => Promise<R>) => Effect<R, PlaywrightError>

    custom

    stream: Stream<Uint8Array<ArrayBufferLike>, PlaywrightError>

    Creates a stream of the download data.

    0.2.0