Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JavaCS3/xterm-player
/ fire
Method
fire
src/Events.ts:13–13 ·
view source on GitHub ↗
(arg: T)
Source
from the content-addressed store, hash-verified
11
export
interface
IEventEmitter<T> {
12
onEvent: IEvent<T>
13
fire(arg: T): void
14
dispose(): void
15
}
16
Callers
10
Events.test.ts
File · 0.65
_load
Method · 0.65
playbackRate
Method · 0.65
currentTime
Method · 0.65
volume
Method · 0.65
muted
Method · 0.65
_render
Method · 0.65
constructor
Method · 0.65
I
Function · 0.65
bundle.min.js
File · 0.65
Implementers
1
EventEmitter
src/Events.ts
Calls
no outgoing calls
Tested by
no test coverage detected