MCPcopy
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
414def is_cross_origin_isolated() -> bool:
415 return hasattr(js, "crossOriginIsolated") and js.crossOriginIsolated
416
417
418def is_in_node() -> bool:

Callers 2

fetch.pyFile · 0.85
_show_streaming_warningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected