A signal emitted when there is a connection failure.
Readonly
disposedA signal emitted when the object is disposed.
Readonly
isWhether the manager is active.
Readonly
isReadonly
isWhether the manager is ready.
Readonly
readyA promise that resolves when the manager is initially ready.
Readonly
serverThe server settings for the manager.
Dispose of the resources held by the object.
If the object's dispose
method is called more than once, all
calls made after the first will be a no-op.
It is undefined behavior to use any functionality of the object after it has been disposed unless otherwise explicitly noted.
Object which manages kernel instances for a given base url.
Notes
The manager is responsible for maintaining the state of kernel specs.