• Converts a File object from the browser to a Honeycomb file.

    Parameters

    • file: File

      The File object from the browser.

    • Optional options: HoneycombFileOptions

      The options for the Honeycomb file (optional).

    Returns Promise<HoneycombFile>

    A Promise that resolves to the created Honeycomb file.

Generated using TypeDoc