Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PostingOffer<R>

Offer with a callback the separately posts the offer data to the accepting peer

Type parameters

  • R

Hierarchy

  • PostingOffer

Index

Properties

accepting?: undefined
connecting?: undefined
having?: object
offering: string | string[]
sending?: undefined

Methods

  • using(acceptor: PeerAcceptor, postOffer: (data: any, transfer?: Transferable[]) => Promise<DataArray>): PromiseLike<R>

Generated using TypeDoc