Module environment

Module environment 

Source
Expand description

Shared runtime environment detection and default configuration helpers.

Functionsยง

default_app_config_json
Retrieves the default app configuration as a JSON map when available.
is_browser
Returns true if the runtime should behave as a browser environment.
is_web_worker
Returns true if the runtime appears to be a Web Worker.