Complete module API expansion: clearAll and batch helpers on every remaining module.
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -87,6 +87,11 @@ class HyperBareHeadlessUi extends EventEmitter {
|
||||
this.emit('teardown')
|
||||
}
|
||||
|
||||
clearAll () {
|
||||
this.teardown()
|
||||
return true
|
||||
}
|
||||
|
||||
pipeChannels () {
|
||||
return this._pipe ? [...this._pipe.channels] : []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user