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
trueif the runtime should behave as a browser environment. - is_
web_ worker - Returns
trueif the runtime appears to be a Web Worker.