Skip to content

feat: move sync to sharedworker/webworker #36

@pemrouz

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).

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