Method Summary
| Public Methods | ||
| public |
async * pushes() |
|
Inherited Summary
| From class Mitt | ||
| public |
이벤트별 이벤트 핸들러들 |
|
| public |
addEventListener(type: string | symbol, handler: EventHandler<any>): *
|
|
| public |
Invoke all handlers for the given type. |
|
| public |
Remove an event handler for the given type. |
|
| public |
on(type: string | symbol, handler: EventHandler<any>): * Register an event handler for the given type. |
|
| public |
once(type: *, handler: *) |
|
| public |
removeEventListener(type: string | symbol, handler: EventHandler<any>): *
|
|
| From class Queue | ||
| public get |
size: * |
|
| public |
data: {} |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
flush() |
|
| public |
pop(): * |
|
| public |
push(val: *) |
|
