Class SharedArrayBufferIssueDetails
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
SourceCodeLocationSourceCodeLocationIsWarningboolTypeSharedArrayBufferIssueType
Properties
IsWarning
public bool IsWarning { get; init; }
Property Value
SourceCodeLocation
public SourceCodeLocation SourceCodeLocation { get; init; }
Property Value
Type
public SharedArrayBufferIssueType Type { get; init; }