class documentation

class COOP(Enum):

View In Hierarchy

Cross Origin Opener Policies
Constant SAME​_ORIGIN Undocumented
Constant SAME​_ORIGIN​_ALLOW​_POPUPS Undocumented
Constant UNSAFE​_NONE Undocumented
SAME_ORIGIN: str =

Undocumented

Value
'same-origin'
SAME_ORIGIN_ALLOW_POPUPS: str =

Undocumented

Value
'same-origin-allow-popups'
UNSAFE_NONE: str =

Undocumented

Value
'unsafe-none'