enum Protocol::Page::CrossOriginIsolatedContextType

Overview

Indicates whether the frame is cross-origin isolated and why it is the case.

Defined in:

protocol/page.cr

Enum Members

Isolated = 0
NotIsolated = 1
NotIsolatedFeatureDisabled = 2

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def isolated? #

[View source]
def not_isolated? #

[View source]
def not_isolated_feature_disabled? #

[View source]