github.com/primecitizens/pcz/std@v0.2.1/plat/js/webext/systemprivate/apis.js.wasm.yaml (about)

     1  - File: webext/chrome/system_private.json
     2    Enum:
     3      Name: GetIncognitoModeAvailabilityValue
     4      Values:
     5        - enabled
     6        - disabled
     7        - forced
     8      ExtAttrs:
     9        - Name: Namespace
    10          Values:
    11            - chrome
    12            - systemPrivate
    13  - File: webext/chrome/system_private.json
    14    Dict:
    15      Name: UpdateStatus
    16      ExtAttrs:
    17        - Name: Namespace
    18          Values:
    19            - chrome
    20            - systemPrivate
    21      Fields:
    22        - Name: downloadProgress
    23          Required: true
    24          Type:
    25            Name: double
    26          ExtAttrs:
    27            - Name: Namespace
    28              Values:
    29                - chrome
    30                - systemPrivate
    31        - Name: state
    32          Required: true
    33          Type:
    34            Name: UpdateStatusState
    35            ExtAttrs:
    36              - Name: Namespace
    37                Values:
    38                  - chrome
    39                  - systemPrivate
    40          ExtAttrs:
    41            - Name: Namespace
    42              Values:
    43                - chrome
    44                - systemPrivate
    45  - File: webext/chrome/system_private.json
    46    Enum:
    47      Name: UpdateStatusState
    48      Values:
    49        - NotAvailable
    50        - Updating
    51        - NeedRestart
    52      ExtAttrs:
    53        - Name: Namespace
    54          Values:
    55            - chrome
    56            - systemPrivate
    57  - File: webext/chrome/system_private.json
    58    WebextFunc:
    59      Name: getApiKey
    60      Returns:
    61        - Name: Promise
    62          Params:
    63            - Name: DOMString
    64      ExtAttrs:
    65        - Name: Namespace
    66          Values:
    67            - chrome
    68            - systemPrivate
    69  - File: webext/chrome/system_private.json
    70    WebextFunc:
    71      Name: getIncognitoModeAvailability
    72      Returns:
    73        - Name: Promise
    74          Params:
    75            - Name: GetIncognitoModeAvailabilityValue
    76              ExtAttrs:
    77                - Name: Namespace
    78                  Values:
    79                    - chrome
    80                    - systemPrivate
    81      ExtAttrs:
    82        - Name: Namespace
    83          Values:
    84            - chrome
    85            - systemPrivate
    86  - File: webext/chrome/system_private.json
    87    WebextFunc:
    88      Name: getUpdateStatus
    89      Returns:
    90        - Name: Promise
    91          Params:
    92            - Name: UpdateStatus
    93              ExtAttrs:
    94                - Name: Namespace
    95                  Values:
    96                    - chrome
    97                    - systemPrivate
    98      ExtAttrs:
    99        - Name: Namespace
   100          Values:
   101            - chrome
   102            - systemPrivate