Bitbybit Docs
    Preparing search index...

    Class FileDto (Inputs.Asset)

    Feeds the asset conversions that take one File or Blob: createObjectURL, toArrayBuffer, toUint8Array and fileToBlob.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalfile: File | Blob

      Returns FileDto

    Properties

    file: File | Blob

    The File or Blob to convert; it is read, never changed

    undefined