Table of Contents

Class SharedArrayBufferIssueDetails

Namespace
OpenQA.Selenium.DevTools.V148.Audits
Assembly
Selenium.WebDriver.dll

Details for a issue arising from an SAB being instantiated in, or transferred to a context that is not cross-origin isolated.

public sealed class SharedArrayBufferIssueDetails
Inheritance
SharedArrayBufferIssueDetails
Inherited Members

Properties

IsWarning

isWarning

[JsonPropertyName("isWarning")]
public bool IsWarning { get; set; }

Property Value

bool

SourceCodeLocation

sourceCodeLocation

[JsonPropertyName("sourceCodeLocation")]
public SourceCodeLocation SourceCodeLocation { get; set; }

Property Value

SourceCodeLocation

Type

type

[JsonPropertyName("type")]
public SharedArrayBufferIssueType Type { get; set; }

Property Value

SharedArrayBufferIssueType