Amazon Vinyl
    Preparing search index...

    Class NetworkStateImpl

    Online status.

    Hierarchy (View Summary)

    Implements

    Index
    eventTarget: EventTarget
    • Returns a promise that resolves when the network state is next online. Rejects immediately if the given abortSignal is in an aborted state. Resolves immediately if the navigator is currently online.

      Parameters

      • Optionalabort: Maybe<ReadonlyAbort>

        If provided, rejects the returned promise when aborted.

      Returns Promise<void>