MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / is_safari

Function is_safari

test/browser_common.py:327–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325
326
327def is_safari():
328 return EMTEST_BROWSER and 'safari' in EMTEST_BROWSER.lower()
329
330
331def get_browser_config():

Callers 5

test_browser.pyFile · 0.90
get_safari_versionFunction · 0.85
get_browser_configFunction · 0.85
browser_openMethod · 0.85

Calls 1

lowerMethod · 0.80

Tested by

no test coverage detected