Documentation
¶
Index ¶
Constants ¶
View Source
const ModuleName = "stream"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamBuffer ¶
type StreamBuffer struct {
// contains filtered or unexported fields
}
StreamBuffer is a helper for managing stream data in Go
type StreamModule ¶
type StreamModule struct {
// contains filtered or unexported fields
}
StreamModule provides Node.js-compatible stream functionality
func NewStreamModule ¶
func NewStreamModule(vm *js.Runtime, loop *eventloop.EventLoop) *StreamModule
NewStreamModule creates a new stream module instance
Click to show internal directories.
Click to hide internal directories.