You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2021. It is now read-only.
`WebApp.addUpdatedConfigHook(handler)` has one argument:
197
+
198
+
**handler** - The `handler` is called on every change to an `arch` runtime configuration. The handler takes a single options argument with the following properties:
199
+
200
+
-**arch** - _String_. the architecture being responded to. This can be one of `web.browser`, `web.browser.legacy` or `web.cordova`.
201
+
-**manifest** - _Object_. the manifest object.
202
+
-**runtimeConfig** - _Object_. the new updated configuration object for this `arch`.
0 commit comments