Documentation
    Preparing search index...

    Interface ResourceInfo

    Advisory resource capability and policy limits disclosed by the runtime.

    interface ResourceInfo {
        maxBytes?: number;
        maxUrls?: number;
        schemes: readonly { enabled: boolean; scheme: string }[];
    }
    Index

    Properties

    maxBytes?: number
    maxUrls?: number
    schemes: readonly { enabled: boolean; scheme: string }[]