Skip to content

Feature: Provide comprehensive JSDoc for StreamClient #337

Description

@Jaydbrown

Problem

The main StreamClient class has no JSDoc comments. When developers hover over methods like createStream or cancelStream in VS Code, they only see the type signature, not the explanation of parameters or thrown errors.

Task

  • Add @param, @returns, and @throws tags to every public method in StreamClient.
  • Add examples using @example where appropriate (especially for complex config objects).

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions