Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
def
is_safari():
328
return
EMTEST_BROWSER and
'safari'
in EMTEST_BROWSER.lower()
329
330
331
def
get_browser_config():
Callers
5
test_browser.py
File · 0.90
get_safari_version
Function · 0.85
get_browser_config
Function · 0.85
browser_open
Method · 0.85
launch_browser_harness_with_proc_snapshot_workaround
Method · 0.85
Calls
1
lower
Method · 0.80
Tested by
no test coverage detected