Mixin and Primitive Interface

settings_applicationsGlobalEventHandlers

Mixin and Primitive Interface

  • settings_backup_restore
  • bug_report

Event handleronsecuritypolicyviolation

insert_drive_fileSecurityPolicyViolationEventinterfaceopen_in_new
SecurityPolicyViolationEvent interface의 securitypolicyviolation 이벤트는 GlobalEventHandlers의 onsecuritypolicyviolation 핸들러에 의해 구현된다.

GlobalEventHandlers의 onsecuritypolicyviolation는(은) SecurityPolicyViolationEvent interface의 securitypolicyviolation 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.

onsecuritypolicyviolation는(은) GlobalEventHandlers Mixin이 정의하고 HTMLElement, Document, Window, WorkerGlobalScope 인터페이스에서 구현한다.

기본 개요

설명

일반적으로 Window, Document에서 처리한다.

구문

형식
window.addEventListener("securitypolicyviolation", function() { });

명세

typesecuritypolicyviolation
bubblesyes
cancelableno
targetElement
handleronsecuritypolicyviolation

지원 웹브라우저