Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ page_error_handler
Function
page_error_handler
ci/wasm_audio_url_test.py:183–184 ·
view source on GitHub ↗
(error: Exception)
Source
from the content-addressed store, hash-verified
181
page.on(
"console"
, console_log_handler)
182
183
def
page_error_handler(error: Exception) -> None:
184
browser_errors.append(f
"[error] Page error: {error}"
)
185
186
page.on(
"pageerror"
, page_error_handler)
187
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected