ZenFS Archives
    Preparing search index...

    Interface IsoOptions

    Options for IsoFS file system instances.

    interface IsoOptions {
        data: Uint8Array;
        name?: string;
    }
    Index

    Properties

    Properties

    data: Uint8Array

    The ISO file in a buffer.

    name?: string

    The name of the ISO (optional; used for debug messages / identification via metadata.name).