Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vidstack/player
/ warn
Method
warn
packages/vidstack/src/foundation/logger/controller.ts:23–25 ·
view source on GitHub ↗
(...data: any[])
Source
from the content-addressed store, hash-verified
21
}
22
23
warn(...data: any[]): boolean {
24
return
this.dispatch(
'warn'
, ...data);
25
}
26
27
info(...data: any[]): boolean {
28
return
this.dispatch(
'info'
, ...data);
Callers
5
useSliderStore
Function · 0.80
useMediaStore
Function · 0.80
index.ts
File · 0.80
_noPlayerWarning
Method · 0.80
_onSourceChange
Method · 0.80
Calls
1
dispatch
Method · 0.95
Tested by
no test coverage detected