Documentation
    Preparing search index...

    Interface ResourceInfo

    Advisory resource capability and policy limits disclosed by the runtime.

    interface ResourceInfo {
        maxBytes?: number;
        maxUrls?: number;
        schemes: ResourceSchemeInfo[];
    }
    Index

    Properties

    maxBytes?: number
    maxUrls?: number