Class SharedArrayBufferIssueDetails
- java.lang.Object
-
- org.openqa.selenium.devtools.v108.audits.model.SharedArrayBufferIssueDetails
-
public class SharedArrayBufferIssueDetails extends java.lang.Object
Details for a issue arising from an SAB being instantiated in, or transferred to a context that is not cross-origin isolated.
-
-
Constructor Summary
Constructors Constructor Description SharedArrayBufferIssueDetails(SourceCodeLocation sourceCodeLocation, java.lang.Boolean isWarning, SharedArrayBufferIssueType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getIsWarning()
SourceCodeLocation
getSourceCodeLocation()
SharedArrayBufferIssueType
getType()
-
-
-
Constructor Detail
-
SharedArrayBufferIssueDetails
public SharedArrayBufferIssueDetails(SourceCodeLocation sourceCodeLocation, java.lang.Boolean isWarning, SharedArrayBufferIssueType type)
-
-
Method Detail
-
getSourceCodeLocation
public SourceCodeLocation getSourceCodeLocation()
-
getIsWarning
public java.lang.Boolean getIsWarning()
-
getType
public SharedArrayBufferIssueType getType()
-
-