Skip to content

Fishrock123/bob-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOB Status

Status codes for the BOB streaming protocol.

const { error, end, continue } = require('bob-status')

Usage

  • Send status.continue as the first argument to a BOB sink's next() method in most cases.
  • Send status.end as the first argument to a BOB sink's next() to end the stream.
  • Send status.error as the first argument to a BOB sink's next() if there is an error.

License

MIT LicensedContributions via DCO 1.1

About

Status codes for the BOB streaming protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published