Skip to main content
Module

x/fluentci/deps.ts>BlobWriter

This is the command line interface for FluentCI.
Go to Latest
class BlobWriter
implements Initializable, WritableWriter
import { BlobWriter } from "https://deno.land/x/fluentci@v0.12.9/deps.ts";

Represents a WritableWriter instance used to retrieve the written data as a Blob instance.

Constructors

new
BlobWriter(mimeString?: string)

Creates the BlobWriter instance

Properties

writable: WritableStream

The WritableStream instance.

Methods

getData(): Promise<Blob>

Retrieves all the written data

init(): Promise<void>

Initializes the instance asynchronously