Skip to content

ym.core

ym.core.EventEmitter

ym.core.EventEmitter is a core component that provides event management capabilities. It allows objects to emit events and other objects to listen to those events, facilitating communication between components.

ym.core.Loggable

ym.core.Loggable is an interface or class that provides logging functionality. It is used to log messages, errors, or other information, which can be useful for debugging and monitoring the application's behavior.

ym.core.Observable

ym.core.Observable is a component that implements the observer pattern. It allows objects to subscribe to changes or events in another object, enabling reactive programming and data binding.

ym.core.Request

ym.core.Request is a component that handles network requests. It is used to send and receive data over the network, typically through HTTP or other protocols, to communicate with servers or APIs.