happy-opfs
    Preparing search index...

    Interface ReadDirSyncOptions

    Options for reading directories synchronously.

    interface ReadDirSyncOptions {
        recursive?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    recursive?: boolean

    Whether to recursively read the contents of subdirectories.

    false