Skip to content

feat: move sync to sharedworker/webworker #36

Description

@pemrouz

The sync module should be moved off the main thread into a SharedWorker (i.e. one connection across tabs), then just stream updates to the individual pages. If there is no SharedWorker, a WebWorker can be used, and if no WebWorker, then just do it on the same page (i.e. current behaviour).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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