Constructors

  • Parameters

    • params: {
          debug?: null | boolean;
          injectName:
              | undefined
              | "apple"
              | "apple-isolated"
              | "android"
              | "android-autofill-password-import"
              | "windows"
              | "firefox"
              | "chrome"
              | "chrome-mv3"
              | "integration";
          locale: string;
          platform: { name: string };
      }

    Returns Environment

Properties

_strings: any = ...
allowedProxyOrigins: string[] = ...
debug: boolean
injectName:
    | undefined
    | "apple"
    | "apple-isolated"
    | "android"
    | "android-autofill-password-import"
    | "windows"
    | "firefox"
    | "chrome"
    | "chrome-mv3"
    | "integration"
locale: string
platform: { name: string }

Accessors

Methods