mazey
    Preparing search index...

    Interface IsSafePWAEnvOptions

    Options for isSafePWAEnv.

    interface IsSafePWAEnvOptions {
        requireManifest?: boolean;
        scope?: string;
    }

    Index

    requireManifest?: boolean

    Require a non-empty web app manifest link. Defaults to true.

    scope?: string

    Require the current page path to be within this same-origin URL scope. Comparison uses serialized WHATWG URL paths; encoded separators remain encoded.