| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.types.page |
| Modifier and Type | Method and Description |
|---|---|
SecureContextType |
Frame.getSecureContextType()
Indicates whether the main document is a secure context and explains why that is the case.
|
static SecureContextType |
SecureContextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecureContextType[] |
SecureContextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Frame.setSecureContextType(SecureContextType secureContextType)
Indicates whether the main document is a secure context and explains why that is the case.
|
Copyright © 2021 Kenan Klisura. All rights reserved.