MCPcopy
hub / github.com/urllib3/urllib3 / _show_timeout_warning

Function _show_timeout_warning

src/urllib3/contrib/emscripten/fetch.py:469–474  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

467
468
469def _show_timeout_warning() -> None:
470 global _SHOWN_TIMEOUT_WARNING
471 if not _SHOWN_TIMEOUT_WARNING:
472 _SHOWN_TIMEOUT_WARNING = True
473 message = "Warning: Timeout is not available on main browser thread"
474 js.console.warn(message)
475
476
477_SHOWN_STREAMING_WARNING = False

Callers 1

send_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected