Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urllib3/urllib3
/ is_cross_origin_isolated
Function
is_cross_origin_isolated
src/urllib3/contrib/emscripten/fetch.py:414–415 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
412
413
414
def
is_cross_origin_isolated() -> bool:
415
return
hasattr(js,
"crossOriginIsolated"
) and js.crossOriginIsolated
416
417
418
def
is_in_node() -> bool:
Callers
2
fetch.py
File · 0.85
_show_streaming_warning
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected