hashbrown

Frame

API

export type Frame = 
  | ErrorFrame 
  |  ChunkFrame 
  |  FinishFrame ;