MCPcopy Index your code
hub / github.com/vidstack/player / error

Method error

packages/vidstack/src/foundation/logger/controller.ts:19–21  ·  view source on GitHub ↗
(...data: any[])

Source from the content-addressed store, hash-verified

17 private _target: EventTarget | null = null;
18
19 error(...data: any[]): boolean {
20 return this.dispatch('error', ...data);
21 }
22
23 warn(...data: any[]): boolean {
24 return this.dispatch('warn', ...data);

Callers 4

_startLoadingMethod · 0.80
_parseJSONMethod · 0.80

Calls 1

dispatchMethod · 0.95

Tested by

no test coverage detected