expat-wasm
    Preparing search index...

    Interface EntityInfo

    interface EntityInfo {
        base: string;
        data:
            | string
            | Buffer<ArrayBufferLike>
            | Uint8Array<ArrayBufferLike>
            | Uint8ClampedArray<ArrayBufferLike>;
    }
    Index

    Properties

    Properties

    base: string

    Fully-qualified URL for this entity

    data:
        | string
        | Buffer<ArrayBufferLike>
        | Uint8Array<ArrayBufferLike>
        | Uint8ClampedArray<ArrayBufferLike>

    Data associated with the entity, perhaps read from a file or network.