Skip to content

Stability of web socket connection in service worker? #1

@Blazheiko

Description

@Blazheiko

Features of Service Worker work:

  1. can be unloaded by the browser at any time if not in use (for example, there are no active fetch or push events);
  2. intended for short and event tasks - such as processing fetch, push, sync, etc.
    How stable will such a websocket connection be in various browsers?
    Is it possible to install such a connection only when at least one tab is open?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions