Returns true if running in a web browser.
true
static bool isWeb() { return getPlatform() == 'web'; }