circu.js
    Preparing search index...

    Interface MemoryImportDescriptor

    interface MemoryImportDescriptor {
        initial: number;
        maximum?: number;
        module: string;
        name: string;
    }
    Index

    Properties

    initial: number
    maximum?: number
    module: string
    name: string