DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement  >   settings_applicationsHTMLElement  >   settings_applicationsHTMLBodyElement

DOM

Editing
  • bug_report

Eventrejectionhandled

insert_drive_filePromiseRejectionEventinterfaceopen_in_new
PromiseRejectionEvent interface는 HTMLBodyElement에서 rejectionhandled 이벤트 타입으로 구현된다.

HTMLBodyElement의 rejectionhandled는 PromiseRejectionEvent interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

Promise가 거부될 때 명시된 거부를 처리 후 전역(Window, Worker) 스코프로 전송된다.

구문

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

명세

typerejectionhandled
bubblesno
cancelableno
targetWindow, Worker
handleryes

버전 명세

지원 웹브라우저