Table of Contents

Class SharedArrayBufferIssueDetails

Namespace
Selenium.WebDriver.BiDi.Cdp.Audits
Assembly
Selenium.WebDriver.BiDi.Cdp.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 record SharedArrayBufferIssueDetails : IEquatable<SharedArrayBufferIssueDetails>
Inheritance
SharedArrayBufferIssueDetails
Implements
Inherited Members

Constructors

SharedArrayBufferIssueDetails(SourceCodeLocation, bool, SharedArrayBufferIssueType)

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

public SharedArrayBufferIssueDetails(SourceCodeLocation SourceCodeLocation, bool IsWarning, SharedArrayBufferIssueType Type)

Parameters

SourceCodeLocation SourceCodeLocation
IsWarning bool
Type SharedArrayBufferIssueType

Properties

IsWarning

public bool IsWarning { get; init; }

Property Value

bool

SourceCodeLocation

public SourceCodeLocation SourceCodeLocation { get; init; }

Property Value

SourceCodeLocation

Type

public SharedArrayBufferIssueType Type { get; init; }

Property Value

SharedArrayBufferIssueType