Interface EventSourceOpts

Hierarchy

  • EventSourceOpts

Properties

endpoint?: string
headers?: object
https?: object
proxy?: string
rejectUnauthorized?: boolean
token?: string
withCredentials?: boolean

Methods

  • onerror(error: any): void
  • Parameters

    • error: any

    Returns void

  • onmessage(event: any): void
  • Parameters

    • event: any

    Returns void

Generated using TypeDoc