Skip to content

don't share event loop between windows when possible #5857

Closed
@akosyakov

Description

All windows on the same origin share an event loop as they can synchronously communicate

from http://hassansin.github.io/shared-event-loop-among-same-origin-windows

As a consequence debugging in one window blocks all other windows for the same origin.

The obvious candidate is mini-browser. But we should review other places where we use window.open and pass rel=noopener when it makes sense, i.e. we did not need to communicate with an opened window.

Metadata

Assignees

No one assigned

    Labels

    help wantedissues meant to be picked up, require helpmini-browserissues related to the mini-browserperformanceissues related to performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions