Set Break On C S P Violation Request
data class SetBreakOnCSPViolationRequest(violationTypes: List<CSPViolationType>)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#setBreakOnCSPViolation operation call.
Sets breakpoint on particular CSP violations.
See also
Constructors
SetBreakOnCSPViolationRequest
Link copied to clipboard
fun SetBreakOnCSPViolationRequest(violationTypes: List<CSPViolationType>)
Content copied to clipboard
Properties
violationTypes
Link copied to clipboard
Sources
jvm source
Link copied to clipboard