Interface WebviewResourceResponse

interface WebviewResourceResponse {
    eTag: undefined | string;
    body(): MaybePromise<Uint8Array>;
}

Properties

Methods

Properties

eTag: undefined | string

Methods