SharedArrayBufferIssueDetails

@Serializable
data class SharedArrayBufferIssueDetails(val sourceCodeLocation: SourceCodeLocation, val isWarning: Boolean, val type: SharedArrayBufferIssueType)

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

Official doc

Constructors

Link copied to clipboard
constructor(sourceCodeLocation: SourceCodeLocation, isWarning: Boolean, type: SharedArrayBufferIssueType)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)