Skip to content

DevTools: Consider replacing postMessage with BroadcastChannel #22957

Open
@bvaughn

Description

@bvaughn

We could build on the changes made in #22949 to update the DevTools extension to use BroadcastChannel for communication rather than Window.postMessage. This might improve performance but we would need to investigate.

BroadcastChannel can also be explicitly closed which might simplify cleanup.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions