Notification.permission

참고: 이 기능은 Web Worker에서 사용할 수 있습니다.

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

permission 속성은 웹 알림에 있어서 사용자에 의해 현재 앱에 허가된 현재 권한을 가리킵니다.

구문

js
var permission = Notification.permission;

다음은 현재 권한을 표현하는 문자열입니다.

  • granted: 사용자가 의도하여 어플리케이션이 알림을 보낼 수 있도록 허가.
  • denied: 사용자가 의도하여 어플리케이션이 알림을 보내는 것을 거부.
  • default: 사용자의 결정은 알 수 없으나, 어플리케이션 기본적으로 denied 와 같이 동작할 것 입니다.

명세

Specification
Notifications API Standard
# dom-notification-permission

브라우저 호환성

BCD tables only load in the browser

같이 보기