struct Protocol::Page::GetAppId
- Protocol::Page::GetAppId
- Struct
- Value
- Object
Overview
Returns the unique (PWA) app id. Only returns values if the feature flag 'WebAppEnableManifestId' is enabled
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#app_id : String | Nil
App id, either from manifest's id attribute or computed from start_url
-
#recommended_id : String | Nil
Recommendation for manifest's id attribute to match current id computed from start_url
Constructor Detail
Instance Method Detail
def recommended_id : String | Nil
#
Recommendation for manifest's id attribute to match current id computed from start_url