Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yume-chan/ya-webadb
/ fire
Method
fire
libraries/event/src/event-emitter.ts:52–56 ·
view source on GitHub ↗
(e: TEvent)
Source
from the content-addressed store, hash-verified
50
};
51
52
fire(e: TEvent) {
53
for
(
const
info of this.listeners.slice()) {
54
info.listener.call(info.thisArg, e, ...info.args);
55
}
56
}
57
58
dispose() {
59
this.listeners.length = 0;
Callers
10
#configureH264
Method · 0.45
#configureH265
Method · 0.45
#configureAv1
Method · 0.45
WebCodecsVideoDecoder
Class · 0.45
TinyH264Wrapper
Class · 0.45
#configure
Method · 0.45
constructor
Method · 0.45
AdbDaemonWebUsbDeviceObserver
Class · 0.45
#receive
Method · 0.45
#receiveLoop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected