@vivliostyle/core
    Preparing search index...

    Class EventSource

    An class to listen to evens and present them as a readable asynchronous stream to tasks.

    Index

    Constructors

    Properties

    continuation: Continuation<boolean> = null
    head: EventItem
    listeners: { listener: EventListener; target: SimpleEventTarget; type: string }[] = []
    tail: EventItem

    Methods

    • Attaches as an event listener to an EventTarget.

      Parameters

      Returns void