Genotype API Documentation - v0.1.0
    Preparing search index...

    Interface RuntimeCapabilities

    Runtime-specific capabilities

    interface RuntimeCapabilities {
        hasFileSystem: boolean;
        hasStreams: boolean;
        hasCompressionSupport: boolean;
        maxFileSize: number;
        supportsWorkers: boolean;
    }
    Index

    Properties

    hasFileSystem: boolean
    hasStreams: boolean
    hasCompressionSupport: boolean
    maxFileSize: number
    supportsWorkers: boolean